#42192D

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

Shades of Blackberry #42192D

Tints of Blackberry #42192D

Color information

#42192D (or 0x42192D) is unknown color: approx Blackberry. HEX triplet: 42, 19 and 2D. RGB value is (66,25,45). Sum of RGB (Red+Green+Blue) = 66+25+45=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42192D is #BDE6D2. Grayscale: #272727. Windows color (decimal): -12445395 or 2955586. OLE color: 2955586.

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

Color convert

RGB662545-
CMYK00.620.320.74
HSL330.73º45.05%17.84%-
HSV(B)330.73º62.12%25.88%-
XYZ3.072.042.72-
YUV39.54131.08146.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=48.53%
G=18.38%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66254500.620.320.74330.7345.0517.84
Hex42192D03E204A14b2d12
Octal1023155076401125135522
Binary1000010110011011010111110100000100101010100101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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