#331F02

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

Shades of Cocoa Brown #331F02

Tints of Cocoa Brown #331F02

Color information

#331F02 (or 0x331F02) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1F and 02. RGB value is (51,31,2). Sum of RGB (Red+Green+Blue) = 51+31+2=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #331F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F02 is #CCE0FD. Grayscale: #212121. Windows color (decimal): -13426942 or 139059. OLE color: 139059.

HSL color Cylindrical-coordinate representation of color #331F02: hue angle of 35.51º 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 #331F02 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB51312-
CMYK00.390.960.8
HSL35.51º92.45%10.39%-
HSV(B)35.51º96.08%20%-
XYZ1.871.690.28-
YUV33.67110.13140.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 2 (1.17% from 255) = 2.38%
R=60.71%
G=36.90%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5131200.390.960.835.5192.4510.39
Hex331F20276050245ca
Octal633720471401204413412
Binary110011111111001001111100000101000010010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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