Html Css Color HEX #1F1101 Cocoa Brown

📋 copy color: '#1F1101'

red 31 ◦ green 17 ◦ blue 1

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

Shades of Cocoa Brown #1F1101

Tints of Cocoa Brown #1F1101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 34.69%

 BLUE value IS 1 (0.78% from 255) = 2.04%

R = 63.27%
G = 34.69%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#1F1101 (or 0x1F1101) is known color: Cocoa Brown. HEX triplet: 1F, 11 and 01. RGB value is (31,17,1). Sum of RGB (Red+Green+Blue) = 31+17+1=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1101 is #E0EEFE. Grayscale: #131313. Windows color (decimal): -14741247 or 69919. OLE color: 69919.

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

Color convert

RGB 31 17 1 -
CMYK 0 0.45 0.97 0.88
HSL 32º 0.94% 0.06% -
HSV(B) 32º 0.97% 0.12% -
XYZ 0.77 0.69 0.12 -
YUV 19.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 31 17 1 0 0.45 0.97 0.88 32 0.94 0.06
Hex 1F 11 1 0 2D 61 58 20 5E 6
Octal 37 21 1 0 55 141 130 40 136 6
Binary 11111 10001 1 0 101101 1100001 1011000 100000 1011110 110

Color Harmonies of #1F1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1101

Black with #1F1101

Text Example


Text Example

White with #1F1101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,17,1); }

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

background-color css

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

 a { background-color: rgb(31,17,1); }

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

border-color css

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

 span { border-color: rgb(31,17,1); }

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