Html Css Color HEX #311900 Cocoa Brown

📋 copy color: '#311900'

red 49 ◦ green 25 ◦ blue 0

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

Shades of Cocoa Brown #311900

Tints of Cocoa Brown #311900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 33.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.22%
G = 33.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#311900 (or 0x311900) is known color: Cocoa Brown. HEX triplet: 31, 19 and 00. RGB value is (49,25,0). Sum of RGB (Red+Green+Blue) = 49+25+0=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311900 is #CEE6FF. Grayscale: #1D1D1D. Windows color (decimal): -13559552 or 6449. OLE color: 6449.

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

Color convert

RGB 49 25 0 -
CMYK 0 0.49 1 0.81
HSL 30.61º 1% 0.1% -
HSV(B) 30.61º 1% 0.19% -
XYZ 1.61 1.35 0.18 -
YUV 29.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 49 25 0 0 0.49 1 0.81 30.61 1 0.1
Hex 31 19 0 0 31 64 51 1F 64 A
Octal 61 31 0 0 61 144 121 37 144 12
Binary 110001 11001 0 0 110001 1100100 1010001 11111 1100100 1010

Color Harmonies of #311900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311900

Black with #311900

Text Example


Text Example

White with #311900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311900; }

 p { color: rgb(49,25,0); }

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

background-color css

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

 a { background-color: rgb(49,25,0); }

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

border-color css

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

 span { border-color: rgb(49,25,0); }

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