#42092A

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

Shades of Blackberry #42092A

Tints of Blackberry #42092A

Color information

#42092A (or 0x42092A) is unknown color: approx Blackberry. HEX triplet: 42, 09 and 2A. RGB value is (66,9,42). Sum of RGB (Red+Green+Blue) = 66+9+42=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42092A is #BDF6D5. Grayscale: #1D1D1D. Windows color (decimal): -12449494 or 2754882. OLE color: 2754882.

HSL color Cylindrical-coordinate representation of color #42092A: hue angle of 325.26º 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 #42092A is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB66942-
CMYK00.860.360.74
HSL325.26º76%14.71%-
HSV(B)325.26º86.36%25.88%-
XYZ2.761.522.34-
YUV29.8134.88153.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.41%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=56.41%
G=7.69%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6694200.860.360.74325.267614.71
Hex4292A056244A1454cf
Octal102115201264411250511417
Binary1000010100110101001010110100100100101010100010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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