Html Css Color HEX #110900 Black

📋 copy color: '#110900'

red 17 ◦ green 9 ◦ blue 0

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

Shades of Black #110900

Tints of Black #110900

RGB

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

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

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

R = 65.38%
G = 34.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#110900 (or 0x110900) is known color: Black. HEX triplet: 11, 09 and 00. RGB value is (17,9,0). Sum of RGB (Red+Green+Blue) = 17+9+0=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110900 is #EEF6FF. Grayscale: #0A0A0A. Windows color (decimal): -15660800 or 2321. OLE color: 2321.

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

Color convert

RGB 17 9 0 -
CMYK 0 0.47 1 0.93
HSL 31.76º 1% 0.03% -
HSV(B) 31.76º 1% 0.07% -
XYZ 0.33 0.31 0.04 -
YUV 10.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 17 9 0 0 0.47 1 0.93 31.76 1 0.03
Hex 11 9 0 0 2F 64 5D 20 64 3
Octal 21 11 0 0 57 144 135 40 144 3
Binary 10001 1001 0 0 101111 1100100 1011101 100000 1100100 11

Color Harmonies of #110900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110900

Black with #110900

Text Example


Text Example

White with #110900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110900; }

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

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

background-color css

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

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

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

border-color css

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

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

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