#42192E

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

Shades of Blackberry #42192E

Tints of Blackberry #42192E

Color information

#42192E (or 0x42192E) is unknown color: approx Blackberry. HEX triplet: 42, 19 and 2E. RGB value is (66,25,46). Sum of RGB (Red+Green+Blue) = 66+25+46=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #42192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42192E is #BDE6D1. Grayscale: #272727. Windows color (decimal): -12445394 or 3021122. OLE color: 3021122.

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

Color convert

RGB662546-
CMYK00.620.300.74
HSL329.27º45.05%17.84%-
HSV(B)329.27º62.12%25.88%-
XYZ3.092.052.82-
YUV39.65131.58146.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=48.18%
G=18.25%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66254600.620.300.74329.2745.0517.84
Hex42192E03E1E4A1492d12
Octal1023156076361125115522
Binary100001011001101110011111011110100101010100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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