#0B0914

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

Shades of Black Russian #0B0914

Tints of Black Russian #0B0914

Color information

#0B0914 (or 0x0B0914) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 14. RGB value is (11,9,20). Sum of RGB (Red+Green+Blue) = 11+9+20=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0914 is #F4F6EB. Grayscale: #0A0A0A. Windows color (decimal): -16053996 or 1313035. OLE color: 1313035.

HSL color Cylindrical-coordinate representation of color #0B0914: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0B0914 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11920-
CMYK0.450.5500.92
HSL250.91º37.93%5.69%-
HSV(B)250.91º55%7.84%-
XYZ0.360.320.7-
YUV10.85133.16128.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 27.5%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 20 (8.20% from 255) = 50%
R=27.5%
G=22.5%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal119200.450.5500.92250.9137.935.69
HexB9142D3705Cfb266
Octal13112455670134373466
Binary10111001101001011011101110101110011111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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