#42192B

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

Shades of Blackberry #42192B

Tints of Blackberry #42192B

Color information

#42192B (or 0x42192B) is unknown color: approx Blackberry. HEX triplet: 42, 19 and 2B. RGB value is (66,25,43). Sum of RGB (Red+Green+Blue) = 66+25+43=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42192B is #BDE6D4. Grayscale: #272727. Windows color (decimal): -12445397 or 2824514. OLE color: 2824514.

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

Color convert

RGB662543-
CMYK00.620.350.74
HSL333.66º45.05%17.84%-
HSV(B)333.66º62.12%25.88%-
XYZ3.032.032.52-
YUV39.31130.08147.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=49.25%
G=18.66%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66254300.620.350.74333.6645.0517.84
Hex42192B03E234A14e2d12
Octal1023153076431125165522
Binary1000010110011010110111110100011100101010100111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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