Html Css Color HEX #2F190B Cocoa Brown

📋 copy color: '#2F190B'

red 47 ◦ green 25 ◦ blue 11

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

Shades of Cocoa Brown #2F190B

Tints of Cocoa Brown #2F190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.25%

R = 56.63%
G = 30.12%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.82

RGB Variations

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

Color information

#2F190B (or 0x2F190B) is known color: Cocoa Brown. HEX triplet: 2F, 19 and 0B. RGB value is (47,25,11). Sum of RGB (Red+Green+Blue) = 47+25+11=83 (10% of max value = 765). Red value is 47 (18.75% from 255 or 56.63% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 47 - color contains mainly: red. Hex color #2F190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F190B is #D0E6F4. Grayscale: #1E1E1E. Windows color (decimal): -13690613 or 727343. OLE color: 727343.

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

Color convert

RGB 47 25 11 -
CMYK 0 0.47 0.77 0.82
HSL 23.33º 0.62% 0.11% -
HSV(B) 23.33º 0.77% 0.18% -
XYZ 1.58 1.32 0.49 -
YUV 29.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 47 25 11 0 0.47 0.77 0.82 23.33 0.62 0.11
Hex 2F 19 B 0 2F 4D 52 17 3E B
Octal 57 31 13 0 57 115 122 27 76 13
Binary 101111 11001 1011 0 101111 1001101 1010010 10111 111110 1011

Color Harmonies of #2F190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F190B

Black with #2F190B

Text Example


Text Example

White with #2F190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,25,11); }

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

background-color css

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

 a { background-color: rgb(47,25,11); }

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

border-color css

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

 span { border-color: rgb(47,25,11); }

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