#110C05

Color #110C05 Bokara Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bokara Grey #110C05

Tints of Bokara Grey #110C05

Color information

#110C05 (or 0x110C05) is unknown color: approx Bokara Grey. HEX triplet: 11, 0C and 05. RGB value is (17,12,5). Sum of RGB (Red+Green+Blue) = 17+12+5=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C05 is #EEF3FA. Grayscale: #0C0C0C. Windows color (decimal): -15660027 or 330769. OLE color: 330769.

HSL color Cylindrical-coordinate representation of color #110C05: hue angle of 35º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110C05 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.93.

Color convert

RGB17125-
CMYK00.290.710.93
HSL35º54.55%4.31%-
HSV(B)35º70.59%6.67%-
XYZ0.390.390.2-
YUV12.7123.66131.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 35.29%
BLUE value IS 5 (2.34% from 255) = 14.71%
R=50%
G=35.29%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1712500.290.710.933554.554.31
Hex11C501D475D23374
Octal2114503510713543674
Binary10001110010101110110001111011101100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,12,5); }

 H1.HeaderClassName
 {
   color: #110C05;
 }
 .AnyTagClassName
 {
   color: #110C05;
 }
</style>
background-color css

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

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

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

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

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

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