Html Css Color HEX #311D02 Cocoa Brown

📋 copy color: '#311D02'

red 49 ◦ green 29 ◦ blue 2

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

Shades of Cocoa Brown #311D02

Tints of Cocoa Brown #311D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 36.25%

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

R = 61.25%
G = 36.25%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311D02 (or 0x311D02) is known color: Cocoa Brown. HEX triplet: 31, 1D and 02. RGB value is (49,29,2). Sum of RGB (Red+Green+Blue) = 49+29+2=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #311D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D02 is #CEE2FD. Grayscale: #202020. Windows color (decimal): -13558526 or 138545. OLE color: 138545.

HSL color Cylindrical-coordinate representation of color #311D02: hue angle of 34.47º 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 #311D02 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 29 2 -
CMYK 0 0.41 0.96 0.81
HSL 34.47º 0.92% 0.1% -
HSV(B) 34.47º 0.96% 0.19% -
XYZ 1.72 1.54 0.26 -
YUV 31.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 49 29 2 0 0.41 0.96 0.81 34.47 0.92 0.1
Hex 31 1D 2 0 29 60 51 22 5C A
Octal 61 35 2 0 51 140 121 42 134 12
Binary 110001 11101 10 0 101001 1100000 1010001 100010 1011100 1010

Color Harmonies of #311D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D02

Black with #311D02

Text Example


Text Example

White with #311D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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