#0F0B05

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

Shades of Bokara Grey #0F0B05

Tints of Bokara Grey #0F0B05

Color information

#0F0B05 (or 0x0F0B05) is unknown color: approx Bokara Grey. HEX triplet: 0F, 0B and 05. RGB value is (15,11,5). Sum of RGB (Red+Green+Blue) = 15+11+5=31 (4% of max value = 765). Red value is 15 (6.25% from 255 or 48.39% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B05 is #F0F4FA. Grayscale: #0B0B0B. Windows color (decimal): -15791355 or 330511. OLE color: 330511.

HSL color Cylindrical-coordinate representation of color #0F0B05: hue angle of 36º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F0B05 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.94.

Color convert

RGB15115-
CMYK00.270.670.94
HSL36º50%3.92%-
HSV(B)36º66.67%5.88%-
XYZ0.340.350.19-
YUV11.51124.33130.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 48.39%
GREEN value IS 11 (4.69% from 255) = 35.48%
BLUE value IS 5 (2.34% from 255) = 16.13%
R=48.39%
G=35.48%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1511500.270.670.9436503.92
HexFB501B435E24324
Octal1713503310313644624
Binary1111101110101101110000111011110100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F0B05; }

 p { color: rgb(15,11,5); }

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

<style>
 a { background-color: #0F0B05; }

 a { background-color: rgb(15,11,5); }

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

<style>
 span { border-color: #0F0B05; }

 span { border-color: rgb(15,11,5); }

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