#0B0918

Color #0B0918 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #0B0918

Tints of Black Russian #0B0918

Color information

#0B0918 (or 0x0B0918) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 18. RGB value is (11,9,24). Sum of RGB (Red+Green+Blue) = 11+9+24=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0918 is #F4F6E7. Grayscale: #0B0B0B. Windows color (decimal): -16053992 or 1575179. OLE color: 1575179.

HSL color Cylindrical-coordinate representation of color #0B0918: hue angle of 248º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B0918 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11924-
CMYK0.540.6300.91
HSL248º45.45%6.47%-
HSV(B)248º62.5%9.41%-
XYZ0.40.330.91-
YUV11.31135.16127.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=25%
G=20.45%
B=54.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal119240.540.6300.9124845.456.47
HexB918363F05Bf82d6
Octal13113066770133370556
Binary10111001110001101101111110101101111111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,9,24); }

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

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

 a { background-color: rgb(11,9,24); }

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

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

 span { border-color: rgb(11,9,24); }

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