#42172A

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

Shades of Blackberry #42172A

Tints of Blackberry #42172A

Color information

#42172A (or 0x42172A) is unknown color: approx Blackberry. HEX triplet: 42, 17 and 2A. RGB value is (66,23,42). Sum of RGB (Red+Green+Blue) = 66+23+42=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42172A is #BDE8D5. Grayscale: #252525. Windows color (decimal): -12445910 or 2758466. OLE color: 2758466.

HSL color Cylindrical-coordinate representation of color #42172A: hue angle of 333.49º 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 #42172A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB662342-
CMYK00.650.360.74
HSL333.49º48.31%17.45%-
HSV(B)333.49º65.15%25.88%-
XYZ2.971.942.41-
YUV38.02130.25147.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=50.38%
G=17.56%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66234200.650.360.74333.4948.3117.45
Hex42172A041244A14d3011
Octal10227520101441125156021
Binary10000101011110101001000001100100100101010100110111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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