#0B0E15

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

Shades of Black Russian #0B0E15

Tints of Black Russian #0B0E15

Color information

#0B0E15 (or 0x0B0E15) is unknown color: approx Black Russian. HEX triplet: 0B, 0E and 15. RGB value is (11,14,21). Sum of RGB (Red+Green+Blue) = 11+14+21=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E15 is #F4F1EA. Grayscale: #0D0D0D. Windows color (decimal): -16052715 or 1379851. OLE color: 1379851.

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

Color convert

RGB111421-
CMYK0.480.3300.92
HSL222º31.25%6.27%-
HSV(B)222º47.62%8.24%-
XYZ0.430.440.77-
YUV13.9132.01125.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 14 (5.86% from 255) = 30.43%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=23.91%
G=30.43%
B=45.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1114210.480.3300.9222231.256.27
HexBE15302105Cde1f6
Octal13162560410134336376
Binary1011111010101110000100001010111001101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,14,21); }

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

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

 a { background-color: rgb(11,14,21); }

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

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

 span { border-color: rgb(11,14,21); }

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