#0B0619

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

Shades of Black Russian #0B0619

Tints of Black Russian #0B0619

Color information

#0B0619 (or 0x0B0619) is unknown color: approx Black Russian. HEX triplet: 0B, 06 and 19. RGB value is (11,6,25). Sum of RGB (Red+Green+Blue) = 11+6+25=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B0619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0619 is #F4F9E6. Grayscale: #090909. Windows color (decimal): -16054759 or 1639947. OLE color: 1639947.

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

Color convert

RGB11625-
CMYK0.560.7600.90
HSL255.79º61.29%6.08%-
HSV(B)255.79º76%9.8%-
XYZ0.380.270.95-
YUV9.66136.66128.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 25 (10.16% from 255) = 59.52%
R=26.19%
G=14.29%
B=59.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal116250.560.7600.90255.7961.296.08
HexB619384C05A1003d6
Octal13631701140132400756
Binary101111011001111000100110001011010100000000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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