#0B1321

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

Shades of Black Russian #0B1321

Tints of Black Russian #0B1321

Color information

#0B1321 (or 0x0B1321) is unknown color: approx Black Russian. HEX triplet: 0B, 13 and 21. RGB value is (11,19,33). Sum of RGB (Red+Green+Blue) = 11+19+33=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 33 (13.28% from 255 or 52.38% from 63); Max value from RGB is 33 - color contains mainly: blue. Hex color #0B1321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1321 is #F4ECDE. Grayscale: #121212. Windows color (decimal): -16051423 or 2167563. OLE color: 2167563.

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

Color convert

RGB111933-
CMYK0.670.4200.87
HSL218.18º50%8.63%-
HSV(B)218.18º66.67%12.94%-
XYZ0.650.651.53-
YUV18.2136.35122.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.46%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 33 (13.28% from 255) = 52.38%
R=17.46%
G=30.16%
B=52.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1119330.670.4200.87218.18508.63
HexB1321432A057da329
Octal1323411035201273326211
Binary101110011100001100001110101001010111110110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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