Html Css Color HEX #2F1F14 Cocoa Brown

📋 copy color: '#2F1F14'

red 47 ◦ green 31 ◦ blue 20

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

Shades of Cocoa Brown #2F1F14

Tints of Cocoa Brown #2F1F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.63%

 BLUE value IS 20 (8.2% from 255) = 20.41%

R = 47.96%
G = 31.63%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.82

RGB Variations

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

Color information

#2F1F14 (or 0x2F1F14) is known color: Cocoa Brown. HEX triplet: 2F, 1F and 14. RGB value is (47,31,20). Sum of RGB (Red+Green+Blue) = 47+31+20=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1F14 is #D0E0EB. Grayscale: #222222. Windows color (decimal): -13689068 or 1318703. OLE color: 1318703.

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

Color convert

RGB 47 31 20 -
CMYK 0 0.34 0.57 0.82
HSL 24.44º 0.4% 0.13% -
HSV(B) 24.44º 0.57% 0.18% -
XYZ 1.79 1.63 0.88 -
YUV 34.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 47 31 20 0 0.34 0.57 0.82 24.44 0.4 0.13
Hex 2F 1F 14 0 22 39 52 18 28 D
Octal 57 37 24 0 42 71 122 30 50 15
Binary 101111 11111 10100 0 100010 111001 1010010 11000 101000 1101

Color Harmonies of #2F1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1F14

Black with #2F1F14

Text Example


Text Example

White with #2F1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,31,20); }

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

background-color css

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

 a { background-color: rgb(47,31,20); }

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

border-color css

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

 span { border-color: rgb(47,31,20); }

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