#42172F

Color #42172F Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #42172F

Tints of Blackberry #42172F

Color information

#42172F (or 0x42172F) is unknown color: approx Blackberry. HEX triplet: 42, 17 and 2F. RGB value is (66,23,47). Sum of RGB (Red+Green+Blue) = 66+23+47=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42172F is #BDE8D0. Grayscale: #262626. Windows color (decimal): -12445905 or 3086146. OLE color: 3086146.

HSL color Cylindrical-coordinate representation of color #42172F: hue angle of 326.51º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42172F is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB662347-
CMYK00.650.290.74
HSL326.51º48.31%17.45%-
HSV(B)326.51º65.15%25.88%-
XYZ3.071.982.91-
YUV38.59132.75147.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=48.53%
G=16.91%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66234700.650.290.74326.5148.3117.45
Hex42172F0411D4A1473011
Octal10227570101351125076021
Binary1000010101111011110100000111101100101010100011111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42172F; }

 p { color: rgb(66,23,47); }

 H1.HeaderClassName
 {
   color: #42172F;
 }
 .AnyTagClassName
 {
   color: #42172F;
 }
</style>
background-color css

<style>
 a { background-color: #42172F; }

 a { background-color: rgb(66,23,47); }

 div.DivClassName
 {
   background-color: #42172F;
 }
 .BgClassName
 {
   background-color: #42172F;
 }
</style>
border-color css

<style>
 span { border-color: #42172F; }

 span { border-color: rgb(66,23,47); }

 td.TdClassName
 {
   border-color: #42172F;
 }
 .TagClassName
 {
   border-color: #42172F;
 }
</style>