#0B0D14

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

Shades of Black Russian #0B0D14

Tints of Black Russian #0B0D14

Color information

#0B0D14 (or 0x0B0D14) is unknown color: approx Black Russian. HEX triplet: 0B, 0D and 14. RGB value is (11,13,20). Sum of RGB (Red+Green+Blue) = 11+13+20=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D14 is #F4F2EB. Grayscale: #0D0D0D. Windows color (decimal): -16052972 or 1314059. OLE color: 1314059.

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

Color convert

RGB111320-
CMYK0.450.3500.92
HSL226.67º29.03%6.08%-
HSV(B)226.67º45%7.84%-
XYZ0.410.410.72-
YUV13.2131.84126.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25%
GREEN value IS 13 (5.47% from 255) = 29.55%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=25%
G=29.55%
B=45.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1113200.450.3500.92226.6729.036.08
HexBD142D2305Ce31d6
Octal13152455430134343356
Binary1011110110100101101100011010111001110001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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