Html Css Color HEX #2F1E11 Cocoa Brown

📋 copy color: '#2F1E11'

red 47 ◦ green 30 ◦ blue 17

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

Shades of Cocoa Brown #2F1E11

Tints of Cocoa Brown #2F1E11

RGB

 RED value IS 47 (18.75% from 255) = 50%

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

 BLUE value IS 17 (7.03% from 255) = 18.09%

R = 50%
G = 31.91%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.82

RGB Variations

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

Color information

#2F1E11 (or 0x2F1E11) is known color: Cocoa Brown. HEX triplet: 2F, 1E and 11. RGB value is (47,30,17). Sum of RGB (Red+Green+Blue) = 47+30+17=94 (12% of max value = 765). Red value is 47 (18.75% from 255 or 50% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1E11 is #D0E1EE. Grayscale: #212121. Windows color (decimal): -13689327 or 1121839. OLE color: 1121839.

HSL color Cylindrical-coordinate representation of color #2F1E11: hue angle of 26º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F1E11 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 30 17 -
CMYK 0 0.36 0.64 0.82
HSL 26º 0.47% 0.13% -
HSV(B) 26º 0.64% 0.18% -
XYZ 1.74 1.57 0.74 -
YUV 33.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 47 30 17 0 0.36 0.64 0.82 26 0.47 0.13
Hex 2F 1E 11 0 24 40 52 1A 2F D
Octal 57 36 21 0 44 100 122 32 57 15
Binary 101111 11110 10001 0 100100 1000000 1010010 11010 101111 1101

Color Harmonies of #2F1E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1E11

Black with #2F1E11

Text Example


Text Example

White with #2F1E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1E11; }

 p { color: rgb(47,30,17); }

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

background-color css

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

 a { background-color: rgb(47,30,17); }

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

border-color css

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

 span { border-color: rgb(47,30,17); }

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