#0D0B08

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

Shades of Bokara Grey #0D0B08

Tints of Bokara Grey #0D0B08

Color information

#0D0B08 (or 0x0D0B08) is unknown color: approx Bokara Grey. HEX triplet: 0D, 0B and 08. RGB value is (13,11,8). Sum of RGB (Red+Green+Blue) = 13+11+8=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0B08 is #F2F4F7. Grayscale: #0B0B0B. Windows color (decimal): -15922424 or 527117. OLE color: 527117.

HSL color Cylindrical-coordinate representation of color #0D0B08: hue angle of 36º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D0B08 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.95.

Color convert

RGB13118-
CMYK00.150.380.95
HSL36º23.81%4.12%-
HSV(B)36º38.46%5.1%-
XYZ0.330.340.28-
YUV11.26126.16129.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 40.62%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 8 (3.52% from 255) = 25%
R=40.62%
G=34.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1311800.150.380.953623.814.12
HexDB80F265F24184
Octal1513100174613744304
Binary11011011100001111100110101111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,11,8); }

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

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

 a { background-color: rgb(13,11,8); }

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

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

 span { border-color: rgb(13,11,8); }

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