Html Css Color HEX #311E02 Cocoa Brown

📋 copy color: '#311E02'

red 49 ◦ green 30 ◦ blue 2

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

Shades of Cocoa Brown #311E02

Tints of Cocoa Brown #311E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 37.04%

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

R = 60.49%
G = 37.04%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311E02 (or 0x311E02) is known color: Cocoa Brown. HEX triplet: 31, 1E and 02. RGB value is (49,30,2). Sum of RGB (Red+Green+Blue) = 49+30+2=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E02 is #CEE1FD. Grayscale: #202020. Windows color (decimal): -13558270 or 138801. OLE color: 138801.

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

Color convert

RGB 49 30 2 -
CMYK 0 0.39 0.96 0.81
HSL 35.74º 0.92% 0.1% -
HSV(B) 35.74º 0.96% 0.19% -
XYZ 1.74 1.59 0.27 -
YUV 32.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 49 30 2 0 0.39 0.96 0.81 35.74 0.92 0.1
Hex 31 1E 2 0 27 60 51 24 5C A
Octal 61 36 2 0 47 140 121 44 134 12
Binary 110001 11110 10 0 100111 1100000 1010001 100100 1011100 1010

Color Harmonies of #311E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E02

Black with #311E02

Text Example


Text Example

White with #311E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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