Html Css Color HEX #1F1301 Cocoa Brown

📋 copy color: '#1F1301'

red 31 ◦ green 19 ◦ blue 1

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

Shades of Cocoa Brown #1F1301

Tints of Cocoa Brown #1F1301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 37.25%

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

R = 60.78%
G = 37.25%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.88

RGB Variations

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

Color information

#1F1301 (or 0x1F1301) is known color: Cocoa Brown. HEX triplet: 1F, 13 and 01. RGB value is (31,19,1). Sum of RGB (Red+Green+Blue) = 31+19+1=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1301 is #E0ECFE. Grayscale: #141414. Windows color (decimal): -14740735 or 70431. OLE color: 70431.

HSL color Cylindrical-coordinate representation of color #1F1301: hue angle of 36º 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 #1F1301 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 19 1 -
CMYK 0 0.39 0.97 0.88
HSL 36º 0.94% 0.06% -
HSV(B) 36º 0.97% 0.12% -
XYZ 0.8 0.76 0.13 -
YUV 20.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 31 19 1 0 0.39 0.97 0.88 36 0.94 0.06
Hex 1F 13 1 0 27 61 58 24 5E 6
Octal 37 23 1 0 47 141 130 44 136 6
Binary 11111 10011 1 0 100111 1100001 1011000 100100 1011110 110

Color Harmonies of #1F1301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1301

Black with #1F1301

Text Example


Text Example

White with #1F1301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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