#42031E

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

Shades of Blackberry #42031E

Tints of Blackberry #42031E

Color information

#42031E (or 0x42031E) is unknown color: approx Blackberry. HEX triplet: 42, 03 and 1E. RGB value is (66,3,30). Sum of RGB (Red+Green+Blue) = 66+3+30=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42031E is #BDFCE1. Grayscale: #181818. Windows color (decimal): -12451042 or 1966914. OLE color: 1966914.

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

Color convert

RGB66330-
CMYK00.950.550.74
HSL334.29º91.3%13.53%-
HSV(B)334.29º95.45%25.88%-
XYZ2.511.321.35-
YUV24.92130.87157.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=66.67%
G=3.03%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6633000.950.550.74334.2991.313.53
Hex4231E05F374A14e5be
Octal10233601376711251613316
Binary1000010111111001011111110111100101010100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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