Html Css Color HEX #110800 Black

📋 copy color: '#110800'

red 17 ◦ green 8 ◦ blue 0

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

Shades of Black #110800

Tints of Black #110800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68%
G = 32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#110800 (or 0x110800) is known color: Black. HEX triplet: 11, 08 and 00. RGB value is (17,8,0). Sum of RGB (Red+Green+Blue) = 17+8+0=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 8 (3.52% from 255 or 32% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110800 is #EEF7FF. Grayscale: #090909. Windows color (decimal): -15661056 or 2065. OLE color: 2065.

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

Color convert

RGB 17 8 0 -
CMYK 0 0.53 1 0.93
HSL 28.24º 1% 0.03% -
HSV(B) 28.24º 1% 0.07% -
XYZ 0.32 0.29 0.04 -
YUV 9.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 17 8 0 0 0.53 1 0.93 28.24 1 0.03
Hex 11 8 0 0 35 64 5D 1C 64 3
Octal 21 10 0 0 65 144 135 34 144 3
Binary 10001 1000 0 0 110101 1100100 1011101 11100 1100100 11

Color Harmonies of #110800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110800

Black with #110800

Text Example


Text Example

White with #110800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110800; }

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

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

background-color css

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

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

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

border-color css

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

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

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