Html Css Color HEX #312002 Cocoa Brown

📋 copy color: '#312002'

red 49 ◦ green 32 ◦ blue 2

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

Shades of Cocoa Brown #312002

Tints of Cocoa Brown #312002

RGB

 RED value IS 49 (19.53% from 255) = 59.04%

 GREEN value IS 32 (12.89% from 255) = 38.55%

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

R = 59.04%
G = 38.55%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#312002 (or 0x312002) is known color: Cocoa Brown. HEX triplet: 31, 20 and 02. RGB value is (49,32,2). Sum of RGB (Red+Green+Blue) = 49+32+2=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #312002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312002 is #CEDFFD. Grayscale: #212121. Windows color (decimal): -13557758 or 139313. OLE color: 139313.

HSL color Cylindrical-coordinate representation of color #312002: hue angle of 38.3º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #312002 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 32 2 -
CMYK 0 0.35 0.96 0.81
HSL 38.3º 0.92% 0.1% -
HSV(B) 38.3º 0.96% 0.19% -
XYZ 1.79 1.69 0.29 -
YUV 33.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 49 32 2 0 0.35 0.96 0.81 38.3 0.92 0.1
Hex 31 20 2 0 23 60 51 26 5C A
Octal 61 40 2 0 43 140 121 46 134 12
Binary 110001 100000 10 0 100011 1100000 1010001 100110 1011100 1010

Color Harmonies of #312002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312002

Black with #312002

Text Example


Text Example

White with #312002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312002; }

 p { color: rgb(49,32,2); }

 H1.HeaderClassName
 {
   color: #312002;
 }
 .AnyTagClassName
 {
   color: #312002;
 }
</style>

background-color css

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

 a { background-color: rgb(49,32,2); }

 div.DivClassName
 {
   background-color: #312002;
 }
 .BgClassName
 {
   background-color: #312002;
 }
</style>

border-color css

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

 span { border-color: rgb(49,32,2); }

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