#331E02

Color #331E02 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #331E02

Tints of Cocoa Brown #331E02

Color information

#331E02 (or 0x331E02) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1E and 02. RGB value is (51,30,2). Sum of RGB (Red+Green+Blue) = 51+30+2=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #331E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E02 is #CCE1FD. Grayscale: #212121. Windows color (decimal): -13427198 or 138803. OLE color: 138803.

HSL color Cylindrical-coordinate representation of color #331E02: hue angle of 34.29º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #331E02 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB51302-
CMYK00.410.960.8
HSL34.29º92.45%10.39%-
HSV(B)34.29º96.08%20%-
XYZ1.841.640.28-
YUV33.09110.46140.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=61.45%
G=36.14%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5130200.410.960.834.2992.4510.39
Hex331E20296050225ca
Octal633620511401204213412
Binary110011111101001010011100000101000010001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E02; }

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

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

<style>
 a { background-color: #331E02; }

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

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

<style>
 span { border-color: #331E02; }

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

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