#42092D

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

Shades of Blackberry #42092D

Tints of Blackberry #42092D

Color information

#42092D (or 0x42092D) is unknown color: approx Blackberry. HEX triplet: 42, 09 and 2D. RGB value is (66,9,45). Sum of RGB (Red+Green+Blue) = 66+9+45=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #42092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42092D is #BDF6D2. Grayscale: #1E1E1E. Windows color (decimal): -12449491 or 2951490. OLE color: 2951490.

HSL color Cylindrical-coordinate representation of color #42092D: hue angle of 322.11º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42092D is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB66945-
CMYK00.860.320.74
HSL322.11º76%14.71%-
HSV(B)322.11º86.36%25.88%-
XYZ2.821.542.63-
YUV30.15136.38153.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55%
GREEN value IS 9 (3.91% from 255) = 7.5%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=55%
G=7.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6694500.860.320.74322.117614.71
Hex4292D056204A1424cf
Octal102115501264011250211417
Binary1000010100110110101010110100000100101010100001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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