#0B1019

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

Shades of Black Russian #0B1019

Tints of Black Russian #0B1019

Color information

#0B1019 (or 0x0B1019) is unknown color: approx Black Russian. HEX triplet: 0B, 10 and 19. RGB value is (11,16,25). Sum of RGB (Red+Green+Blue) = 11+16+25=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B1019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1019 is #F4EFE6. Grayscale: #0F0F0F. Windows color (decimal): -16052199 or 1642507. OLE color: 1642507.

HSL color Cylindrical-coordinate representation of color #0B1019: hue angle of 218.57º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0B1019 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB111625-
CMYK0.560.3600.90
HSL218.57º38.89%7.06%-
HSV(B)218.57º56%9.8%-
XYZ0.50.510.99-
YUV15.53133.34124.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.15%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 25 (10.16% from 255) = 48.08%
R=21.15%
G=30.77%
B=48.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1116250.560.3600.90218.5738.897.06
HexB1019382405Adb277
Octal13203170440132333477
Binary101110000110011110001001000101101011011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,16,25); }

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

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

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

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

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

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

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