Html Css Color HEX #1F0F00 Cocoa Brown

📋 copy color: '#1F0F00'

red 31 ◦ green 15 ◦ blue 0

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

Shades of Cocoa Brown #1F0F00

Tints of Cocoa Brown #1F0F00

RGB

 RED value IS 31 (12.5% from 255) = 67.39%

 GREEN value IS 15 (6.25% from 255) = 32.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.39%
G = 32.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.88

RGB Variations

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

Color information

#1F0F00 (or 0x1F0F00) is known color: Cocoa Brown. HEX triplet: 1F, 0F and 00. RGB value is (31,15,0). Sum of RGB (Red+Green+Blue) = 31+15+0=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F00 is #E0F0FF. Grayscale: #121212. Windows color (decimal): -14741760 or 3871. OLE color: 3871.

HSL color Cylindrical-coordinate representation of color #1F0F00: hue angle of 29.03º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0F00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 15 0 -
CMYK 0 0.52 1 0.88
HSL 29.03º 1% 0.06% -
HSV(B) 29.03º 1% 0.12% -
XYZ 0.74 0.63 0.08 -
YUV 18.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 31 15 0 0 0.52 1 0.88 29.03 1 0.06
Hex 1F F 0 0 34 64 58 1D 64 6
Octal 37 17 0 0 64 144 130 35 144 6
Binary 11111 1111 0 0 110100 1100100 1011000 11101 1100100 110

Color Harmonies of #1F0F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0F00

Black with #1F0F00

Text Example


Text Example

White with #1F0F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F0F00; }

 p { color: rgb(31,15,0); }

 H1.HeaderClassName
 {
   color: #1F0F00;
 }
 .AnyTagClassName
 {
   color: #1F0F00;
 }
</style>

background-color css

<style>
 a { background-color: #1F0F00; }

 a { background-color: rgb(31,15,0); }

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

border-color css

<style>
 span { border-color: #1F0F00; }

 span { border-color: rgb(31,15,0); }

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