#0B0921

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

Shades of Black Russian #0B0921

Tints of Black Russian #0B0921

Color information

#0B0921 (or 0x0B0921) is unknown color: approx Black Russian. HEX triplet: 0B, 09 and 21. RGB value is (11,9,33). Sum of RGB (Red+Green+Blue) = 11+9+33=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #0B0921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0921 is #F4F6DE. Grayscale: #0C0C0C. Windows color (decimal): -16053983 or 2165003. OLE color: 2165003.

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

Color convert

RGB11933-
CMYK0.670.7300.87
HSL245º57.14%8.24%-
HSV(B)245º72.73%12.94%-
XYZ0.510.381.48-
YUV12.33139.66127.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20.75%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 33 (13.28% from 255) = 62.26%
R=20.75%
G=16.98%
B=62.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal119330.670.7300.8724557.148.24
HexB9214349057f5398
Octal13114110311101273657110
Binary101110011000011000011100100101010111111101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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