Html Css Color HEX #110D09 Bokara Grey

📋 copy color: '#110D09'

red 17 ◦ green 13 ◦ blue 9

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

Shades of Bokara Grey #110D09

Tints of Bokara Grey #110D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 33.33%

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

R = 43.59%
G = 33.33%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#110D09 (or 0x110D09) is known color: Bokara Grey. HEX triplet: 11, 0D and 09. RGB value is (17,13,9). Sum of RGB (Red+Green+Blue) = 17+13+9=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #110D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D09 is #EEF2F6. Grayscale: #0D0D0D. Windows color (decimal): -15659767 or 593169. OLE color: 593169.

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

Color convert

RGB 17 13 9 -
CMYK 0 0.24 0.47 0.93
HSL 30º 0.31% 0.05% -
HSV(B) 30º 0.47% 0.07% -
XYZ 0.42 0.43 0.32 -
YUV 13.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 17 13 9 0 0.24 0.47 0.93 30 0.31 0.05
Hex 11 D 9 0 18 2F 5D 1E 1F 5
Octal 21 15 11 0 30 57 135 36 37 5
Binary 10001 1101 1001 0 11000 101111 1011101 11110 11111 101

Color Harmonies of #110D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D09

Black with #110D09

Text Example


Text Example

White with #110D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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