#110B02

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

Shades of Bokara Grey #110B02

Tints of Bokara Grey #110B02

Color information

#110B02 (or 0x110B02) is unknown color: approx Bokara Grey. HEX triplet: 11, 0B and 02. RGB value is (17,11,2). Sum of RGB (Red+Green+Blue) = 17+11+2=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B02 is #EEF4FD. Grayscale: #0B0B0B. Windows color (decimal): -15660286 or 133905. OLE color: 133905.

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

Color convert

RGB17112-
CMYK00.350.880.93
HSL36º78.95%3.73%-
HSV(B)36º88.24%6.67%-
XYZ0.360.360.11-
YUV11.77122.49131.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 56.67%
GREEN value IS 11 (4.69% from 255) = 36.67%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=56.67%
G=36.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711200.350.880.933678.953.73
Hex11B2023585D244f4
Octal21132043130135441174
Binary100011011100100011101100010111011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,11,2); }

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

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

 a { background-color: rgb(17,11,2); }

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

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

 span { border-color: rgb(17,11,2); }

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