Html Css Color HEX #110908 Black

📋 copy color: '#110908'

red 17 ◦ green 9 ◦ blue 8

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

Shades of Black #110908

Tints of Black #110908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 26.47%

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

R = 50%
G = 26.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.93

RGB Variations

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

Color information

#110908 (or 0x110908) is known color: Black. HEX triplet: 11, 09 and 08. RGB value is (17,9,8). Sum of RGB (Red+Green+Blue) = 17+9+8=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 9 (3.91% from 255 or 26.47% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110908 is #EEF6F7. Grayscale: #0B0B0B. Windows color (decimal): -15660792 or 526609. OLE color: 526609.

HSL color Cylindrical-coordinate representation of color #110908: hue angle of 6.67º 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 #110908 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 9 8 -
CMYK 0 0.47 0.53 0.93
HSL 6.67º 0.36% 0.05% -
HSV(B) 6.67º 0.53% 0.07% -
XYZ 0.37 0.33 0.27 -
YUV 11.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 17 9 8 0 0.47 0.53 0.93 6.67 0.36 0.05
Hex 11 9 8 0 2F 35 5D 7 24 5
Octal 21 11 10 0 57 65 135 7 44 5
Binary 10001 1001 1000 0 101111 110101 1011101 111 100100 101

Color Harmonies of #110908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110908

Black with #110908

Text Example


Text Example

White with #110908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110908; }

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

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

background-color css

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

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

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

border-color css

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

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

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