#42152B

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

Shades of Blackberry #42152B

Tints of Blackberry #42152B

Color information

#42152B (or 0x42152B) is unknown color: approx Blackberry. HEX triplet: 42, 15 and 2B. RGB value is (66,21,43). Sum of RGB (Red+Green+Blue) = 66+21+43=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42152B is #BDEAD4. Grayscale: #242424. Windows color (decimal): -12446421 or 2823490. OLE color: 2823490.

HSL color Cylindrical-coordinate representation of color #42152B: hue angle of 330.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42152B is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB662143-
CMYK00.680.350.74
HSL330.67º51.72%17.06%-
HSV(B)330.67º68.18%25.88%-
XYZ2.951.872.49-
YUV36.96131.41148.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=50.77%
G=16.15%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66214300.680.350.74330.6751.7217.06
Hex42152B044234A14b3411
Octal10225530104431125136421
Binary10000101010110101101000100100011100101010100101111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42152B; }

 p { color: rgb(66,21,43); }

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

<style>
 a { background-color: #42152B; }

 a { background-color: rgb(66,21,43); }

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

<style>
 span { border-color: #42152B; }

 span { border-color: rgb(66,21,43); }

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