Html Css Color HEX #110909 Black

📋 copy color: '#110909'

red 17 ◦ green 9 ◦ blue 9

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

Shades of Black #110909

Tints of Black #110909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 25.71%

R = 48.57%
G = 25.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#110909 (or 0x110909) is known color: Black. HEX triplet: 11, 09 and 09. RGB value is (17,9,9). Sum of RGB (Red+Green+Blue) = 17+9+9=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #110909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110909 is #EEF6F6. Grayscale: #0B0B0B. Windows color (decimal): -15660791 or 592145. OLE color: 592145.

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

Color convert

RGB 17 9 9 -
CMYK 0 0.47 0.47 0.93
HSL 0.31% 0.05% -
HSV(B) 0.47% 0.07% -
XYZ 0.38 0.33 0.3 -
YUV 11.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 17 9 9 0 0.47 0.47 0.93 0 0.31 0.05
Hex 11 9 9 0 2F 2F 5D 0 1F 5
Octal 21 11 11 0 57 57 135 0 37 5
Binary 10001 1001 1001 0 101111 101111 1011101 0 11111 101

Color Harmonies of #110909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110909

Black with #110909

Text Example


Text Example

White with #110909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110909; }

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

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

background-color css

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

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

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

border-color css

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

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

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