#42021E

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

Shades of Blackberry #42021E

Tints of Blackberry #42021E

Color information

#42021E (or 0x42021E) is unknown color: approx Blackberry. HEX triplet: 42, 02 and 1E. RGB value is (66,2,30). Sum of RGB (Red+Green+Blue) = 66+2+30=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #42021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42021E is #BDFDE1. Grayscale: #181818. Windows color (decimal): -12451298 or 1966658. OLE color: 1966658.

HSL color Cylindrical-coordinate representation of color #42021E: hue angle of 333.75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42021E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB66230-
CMYK00.970.550.74
HSL333.75º94.12%13.33%-
HSV(B)333.75º96.97%25.88%-
XYZ2.51.31.35-
YUV24.33131.2157.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 67.35%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=67.35%
G=2.04%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6623000.970.550.74333.7594.1213.33
Hex4221E061374A14e5ed
Octal10223601416711251613615
Binary1000010101111001100001110111100101010100111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,2,30); }

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

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

 a { background-color: rgb(66,2,30); }

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

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

 span { border-color: rgb(66,2,30); }

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