#0B0B15

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

Shades of Black Russian #0B0B15

Tints of Black Russian #0B0B15

Color information

#0B0B15 (or 0x0B0B15) is unknown color: approx Black Russian. HEX triplet: 0B, 0B and 15. RGB value is (11,11,21). Sum of RGB (Red+Green+Blue) = 11+11+21=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B0B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0B15 is #F4F4EA. Grayscale: #0C0C0C. Windows color (decimal): -16053483 or 1379083. OLE color: 1379083.

HSL color Cylindrical-coordinate representation of color #0B0B15: hue angle of 240º 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 #0B0B15 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB111121-
CMYK0.480.4800.92
HSL240º31.25%6.27%-
HSV(B)240º47.62%8.24%-
XYZ0.390.360.76-
YUV12.14133127.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 11 (4.69% from 255) = 25.58%
BLUE value IS 21 (8.59% from 255) = 48.84%
R=25.58%
G=25.58%
B=48.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1111210.480.4800.9224031.256.27
HexBB15303005Cf01f6
Octal13132560600134360376
Binary1011101110101110000110000010111001111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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