Html Css Color HEX #110901 Black

📋 copy color: '#110901'

red 17 ◦ green 9 ◦ blue 1

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

Shades of Black #110901

Tints of Black #110901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 3.7%

R = 62.96%
G = 33.33%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#110901 (or 0x110901) is known color: Black. HEX triplet: 11, 09 and 01. RGB value is (17,9,1). Sum of RGB (Red+Green+Blue) = 17+9+1=27 (3% of max value = 765). Red value is 17 (7.03% from 255 or 62.96% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 17 - color contains mainly: red. Hex color #110901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110901 is #EEF6FE. Grayscale: #0A0A0A. Windows color (decimal): -15660799 or 67857. OLE color: 67857.

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

Color convert

RGB 17 9 1 -
CMYK 0 0.47 0.94 0.93
HSL 30º 0.89% 0.04% -
HSV(B) 30º 0.94% 0.07% -
XYZ 0.33 0.32 0.07 -
YUV 10.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 17 9 1 0 0.47 0.94 0.93 30 0.89 0.04
Hex 11 9 1 0 2F 5E 5D 1E 59 4
Octal 21 11 1 0 57 136 135 36 131 4
Binary 10001 1001 1 0 101111 1011110 1011101 11110 1011001 100

Color Harmonies of #110901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110901

Black with #110901

Text Example


Text Example

White with #110901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110901; }

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

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

background-color css

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

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

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

border-color css

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

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

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