#0B0818

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

Shades of Black Russian #0B0818

Tints of Black Russian #0B0818

Color information

#0B0818 (or 0x0B0818) is unknown color: approx Black Russian. HEX triplet: 0B, 08 and 18. RGB value is (11,8,24). Sum of RGB (Red+Green+Blue) = 11+8+24=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0818 is #F4F7E7. Grayscale: #0A0A0A. Windows color (decimal): -16054248 or 1574923. OLE color: 1574923.

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

Color convert

RGB11824-
CMYK0.540.6700.91
HSL251.25º50%6.27%-
HSV(B)251.25º66.67%9.41%-
XYZ0.390.310.9-
YUV10.72135.49128.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 24 (9.77% from 255) = 55.81%
R=25.58%
G=18.60%
B=55.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal118240.540.6700.91251.25506.27
HexB818364305Bfb326
Octal131030661030133373626
Binary101110001100011011010000110101101111111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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