Html Css Color HEX #1D1101 Cocoa Brown

📋 copy color: '#1D1101'

red 29 ◦ green 17 ◦ blue 1

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

Shades of Cocoa Brown #1D1101

Tints of Cocoa Brown #1D1101

RGB

 RED value IS 29 (11.72% from 255) = 61.7%

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

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

R = 61.7%
G = 36.17%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.89

RGB Variations

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

Color information

#1D1101 (or 0x1D1101) is known color: Cocoa Brown. HEX triplet: 1D, 11 and 01. RGB value is (29,17,1). Sum of RGB (Red+Green+Blue) = 29+17+1=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1101 is #E2EEFE. Grayscale: #121212. Windows color (decimal): -14872319 or 69917. OLE color: 69917.

HSL color Cylindrical-coordinate representation of color #1D1101: hue angle of 34.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D1101 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 17 1 -
CMYK 0 0.41 0.97 0.89
HSL 34.29º 0.93% 0.06% -
HSV(B) 34.29º 0.97% 0.11% -
XYZ 0.71 0.66 0.12 -
YUV 18.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 29 17 1 0 0.41 0.97 0.89 34.29 0.93 0.06
Hex 1D 11 1 0 29 61 59 22 5D 6
Octal 35 21 1 0 51 141 131 42 135 6
Binary 11101 10001 1 0 101001 1100001 1011001 100010 1011101 110

Color Harmonies of #1D1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1101

Black with #1D1101

Text Example


Text Example

White with #1D1101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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