Html Css Color HEX #311C01 Cocoa Brown

📋 copy color: '#311C01'

red 49 ◦ green 28 ◦ blue 1

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

Shades of Cocoa Brown #311C01

Tints of Cocoa Brown #311C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35.9%

 BLUE value IS 1 (0.78% from 255) = 1.28%

R = 62.82%
G = 35.9%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#311C01 (or 0x311C01) is known color: Cocoa Brown. HEX triplet: 31, 1C and 01. RGB value is (49,28,1). Sum of RGB (Red+Green+Blue) = 49+28+1=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C01 is #CEE3FE. Grayscale: #1F1F1F. Windows color (decimal): -13558783 or 72753. OLE color: 72753.

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

Color convert

RGB 49 28 1 -
CMYK 0 0.43 0.98 0.81
HSL 33.75º 0.96% 0.1% -
HSV(B) 33.75º 0.98% 0.19% -
XYZ 1.69 1.49 0.23 -
YUV 31.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 49 28 1 0 0.43 0.98 0.81 33.75 0.96 0.1
Hex 31 1C 1 0 2B 62 51 22 60 A
Octal 61 34 1 0 53 142 121 42 140 12
Binary 110001 11100 1 0 101011 1100010 1010001 100010 1100000 1010

Color Harmonies of #311C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C01

Black with #311C01

Text Example


Text Example

White with #311C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,28,1); }

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

background-color css

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

 a { background-color: rgb(49,28,1); }

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

border-color css

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

 span { border-color: rgb(49,28,1); }

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