#0B0521

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

Shades of Black Russian #0B0521

Tints of Black Russian #0B0521

Color information

#0B0521 (or 0x0B0521) is unknown color: approx Black Russian. HEX triplet: 0B, 05 and 21. RGB value is (11,5,33). Sum of RGB (Red+Green+Blue) = 11+5+33=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 33 (13.28% from 255 or 67.35% from 49); Max value from RGB is 33 - color contains mainly: blue. Hex color #0B0521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0521 is #F4FADE. Grayscale: #090909. Windows color (decimal): -16055007 or 2163979. OLE color: 2163979.

HSL color Cylindrical-coordinate representation of color #0B0521: hue angle of 252.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B0521 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB11533-
CMYK0.670.8500.87
HSL252.86º73.68%7.45%-
HSV(B)252.86º84.85%12.94%-
XYZ0.470.291.47-
YUV9.99140.99128.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 33 (13.28% from 255) = 67.35%
R=22.45%
G=10.20%
B=67.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal115330.670.8500.87252.8673.687.45
HexB5214355057fd4a7
Octal1354110312501273751127
Binary10111011000011000011101010101010111111111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,33); }

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

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

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

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

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

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

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