Html Css Color HEX #1E1303 Cocoa Brown

📋 copy color: '#1E1303'

red 30 ◦ green 19 ◦ blue 3

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

Shades of Cocoa Brown #1E1303

Tints of Cocoa Brown #1E1303

RGB

 RED value IS 30 (12.11% from 255) = 57.69%

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

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

R = 57.69%
G = 36.54%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.88

RGB Variations

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

Color information

#1E1303 (or 0x1E1303) is known color: Cocoa Brown. HEX triplet: 1E, 13 and 03. RGB value is (30,19,3). Sum of RGB (Red+Green+Blue) = 30+19+3=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1303 is #E1ECFC. Grayscale: #141414. Windows color (decimal): -14806269 or 201502. OLE color: 201502.

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

Color convert

RGB 30 19 3 -
CMYK 0 0.37 0.90 0.88
HSL 35.56º 0.82% 0.06% -
HSV(B) 35.56º 0.9% 0.12% -
XYZ 0.78 0.75 0.19 -
YUV 20.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 30 19 3 0 0.37 0.90 0.88 35.56 0.82 0.06
Hex 1E 13 3 0 25 5A 58 24 52 6
Octal 36 23 3 0 45 132 130 44 122 6
Binary 11110 10011 11 0 100101 1011010 1011000 100100 1010010 110

Color Harmonies of #1E1303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1303

Black with #1E1303

Text Example


Text Example

White with #1E1303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,19,3); }

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

background-color css

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

 a { background-color: rgb(30,19,3); }

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

border-color css

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

 span { border-color: rgb(30,19,3); }

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