Html Css Color HEX #331F02 Cocoa Brown

📋 copy color: '#331F02'

red 51 ◦ green 31 ◦ blue 2

#331F02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #331F02

Tints of Cocoa Brown #331F02

RGB

 RED value IS 51 (20.31% from 255) = 60.71%

 GREEN value IS 31 (12.5% from 255) = 36.9%

 BLUE value IS 2 (1.17% from 255) = 2.38%

R = 60.71%
G = 36.9%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#331F02 (or 0x331F02) is known color: 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

RGB 51 31 2 -
CMYK 0 0.39 0.96 0.8
HSL 35.51º 0.92% 0.1% -
HSV(B) 35.51º 0.96% 0.2% -
XYZ 1.87 1.69 0.28 -
YUV 33.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 51 31 2 0 0.39 0.96 0.8 35.51 0.92 0.1
Hex 33 1F 2 0 27 60 50 24 5C A
Octal 63 37 2 0 47 140 120 44 134 12
Binary 110011 11111 10 0 100111 1100000 1010000 100100 1011100 1010

Color Harmonies of #331F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F02

Black with #331F02

Text Example


Text Example

White with #331F02

Text Example


Text Example

HTML Codes & Css Web 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>