#100B04

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

Shades of Bokara Grey #100B04

Tints of Bokara Grey #100B04

Color information

#100B04 (or 0x100B04) is unknown color: approx Bokara Grey. HEX triplet: 10, 0B and 04. RGB value is (16,11,4). Sum of RGB (Red+Green+Blue) = 16+11+4=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #100B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B04 is #EFF4FB. Grayscale: #0B0B0B. Windows color (decimal): -15725820 or 264976. OLE color: 264976.

HSL color Cylindrical-coordinate representation of color #100B04: hue angle of 35º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100B04 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.94.

Color convert

RGB16114-
CMYK00.310.750.94
HSL35º60%3.92%-
HSV(B)35º75%6.27%-
XYZ0.360.360.17-
YUV11.7123.66131.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 51.61%
GREEN value IS 11 (4.69% from 255) = 35.48%
BLUE value IS 4 (1.95% from 255) = 12.90%
R=51.61%
G=35.48%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1611400.310.750.9435603.92
Hex10B401F4B5E233c4
Octal2013403711313643744
Binary10000101110001111110010111011110100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100B04; }

 p { color: rgb(16,11,4); }

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

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

 a { background-color: rgb(16,11,4); }

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

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

 span { border-color: rgb(16,11,4); }

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