Html Css Color HEX #110804 Black

📋 copy color: '#110804'

red 17 ◦ green 8 ◦ blue 4

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

Shades of Black #110804

Tints of Black #110804

RGB

 RED value IS 17 (7.03% from 255) = 58.62%

 GREEN value IS 8 (3.52% from 255) = 27.59%

 BLUE value IS 4 (1.95% from 255) = 13.79%

R = 58.62%
G = 27.59%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.93

RGB Variations

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

Color information

#110804 (or 0x110804) is known color: Black. HEX triplet: 11, 08 and 04. RGB value is (17,8,4). Sum of RGB (Red+Green+Blue) = 17+8+4=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110804 is #EEF7FB. Grayscale: #0A0A0A. Windows color (decimal): -15661052 or 264209. OLE color: 264209.

HSL color Cylindrical-coordinate representation of color #110804: hue angle of 18.46º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110804 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 8 4 -
CMYK 0 0.53 0.76 0.93
HSL 18.46º 0.62% 0.04% -
HSV(B) 18.46º 0.76% 0.07% -
XYZ 0.34 0.3 0.16 -
YUV 10.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 17 8 4 0 0.53 0.76 0.93 18.46 0.62 0.04
Hex 11 8 4 0 35 4C 5D 12 3E 4
Octal 21 10 4 0 65 114 135 22 76 4
Binary 10001 1000 100 0 110101 1001100 1011101 10010 111110 100

Color Harmonies of #110804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110804

Black with #110804

Text Example


Text Example

White with #110804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110804; }

 p { color: rgb(17,8,4); }

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

background-color css

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

 a { background-color: rgb(17,8,4); }

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

border-color css

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

 span { border-color: rgb(17,8,4); }

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