#42152E

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

Shades of Blackberry #42152E

Tints of Blackberry #42152E

Color information

#42152E (or 0x42152E) is unknown color: approx Blackberry. HEX triplet: 42, 15 and 2E. RGB value is (66,21,46). Sum of RGB (Red+Green+Blue) = 66+21+46=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42152E is #BDEAD1. Grayscale: #252525. Windows color (decimal): -12446418 or 3020098. OLE color: 3020098.

HSL color Cylindrical-coordinate representation of color #42152E: hue angle of 326.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 #42152E is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB662146-
CMYK00.680.300.74
HSL326.67º51.72%17.06%-
HSV(B)326.67º68.18%25.88%-
XYZ3.011.892.79-
YUV37.3132.91148.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=49.62%
G=15.79%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66214600.680.300.74326.6751.7217.06
Hex42152E0441E4A1473411
Octal10225560104361125076421
Binary1000010101011011100100010011110100101010100011111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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