#110C04

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

Shades of Bokara Grey #110C04

Tints of Bokara Grey #110C04

Color information

#110C04 (or 0x110C04) is unknown color: approx Bokara Grey. HEX triplet: 11, 0C and 04. RGB value is (17,12,4). Sum of RGB (Red+Green+Blue) = 17+12+4=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C04 is #EEF3FB. Grayscale: #0C0C0C. Windows color (decimal): -15660028 or 265233. OLE color: 265233.

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

Color convert

RGB17124-
CMYK00.290.760.93
HSL36.92º61.9%4.12%-
HSV(B)36.92º76.47%6.67%-
XYZ0.380.390.17-
YUV12.58123.16131.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 51.52%
GREEN value IS 12 (5.08% from 255) = 36.36%
BLUE value IS 4 (1.95% from 255) = 12.12%
R=51.52%
G=36.36%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1712400.290.760.9336.9261.94.12
Hex11C401D4C5D253e4
Octal2114403511413545764
Binary10001110010001110110011001011101100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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