Html Css Color HEX #110B08 Black

📋 copy color: '#110B08'

red 17 ◦ green 11 ◦ blue 8

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

Shades of Black #110B08

Tints of Black #110B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 30.56%

 BLUE value IS 8 (3.52% from 255) = 22.22%

R = 47.22%
G = 30.56%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#110B08 (or 0x110B08) is known color: Black. HEX triplet: 11, 0B and 08. RGB value is (17,11,8). Sum of RGB (Red+Green+Blue) = 17+11+8=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #110B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B08 is #EEF4F7. Grayscale: #0C0C0C. Windows color (decimal): -15660280 or 527121. OLE color: 527121.

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

Color convert

RGB 17 11 8 -
CMYK 0 0.35 0.53 0.93
HSL 20º 0.36% 0.05% -
HSV(B) 20º 0.53% 0.07% -
XYZ 0.39 0.38 0.28 -
YUV 12.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 17 11 8 0 0.35 0.53 0.93 20 0.36 0.05
Hex 11 B 8 0 23 35 5D 14 24 5
Octal 21 13 10 0 43 65 135 24 44 5
Binary 10001 1011 1000 0 100011 110101 1011101 10100 100100 101

Color Harmonies of #110B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B08

Black with #110B08

Text Example


Text Example

White with #110B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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