Html Css Color HEX #1F1003 Cocoa Brown

📋 copy color: '#1F1003'

red 31 ◦ green 16 ◦ blue 3

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

Shades of Cocoa Brown #1F1003

Tints of Cocoa Brown #1F1003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 32%

 BLUE value IS 3 (1.56% from 255) = 6%

R = 62%
G = 32%
B = 6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.88

RGB Variations

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

Color information

#1F1003 (or 0x1F1003) is known color: Cocoa Brown. HEX triplet: 1F, 10 and 03. RGB value is (31,16,3). Sum of RGB (Red+Green+Blue) = 31+16+3=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1003 is #E0EFFC. Grayscale: #131313. Windows color (decimal): -14741501 or 200735. OLE color: 200735.

HSL color Cylindrical-coordinate representation of color #1F1003: hue angle of 27.86º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F1003 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 16 3 -
CMYK 0 0.48 0.90 0.88
HSL 27.86º 0.82% 0.07% -
HSV(B) 27.86º 0.9% 0.12% -
XYZ 0.77 0.67 0.17 -
YUV 19 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 31 16 3 0 0.48 0.90 0.88 27.86 0.82 0.07
Hex 1F 10 3 0 30 5A 58 1C 52 7
Octal 37 20 3 0 60 132 130 34 122 7
Binary 11111 10000 11 0 110000 1011010 1011000 11100 1010010 111

Color Harmonies of #1F1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1003

Black with #1F1003

Text Example


Text Example

White with #1F1003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,16,3); }

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

background-color css

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

 a { background-color: rgb(31,16,3); }

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

border-color css

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

 span { border-color: rgb(31,16,3); }

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