#0A0921

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

Shades of Black Russian #0A0921

Tints of Black Russian #0A0921

Color information

#0A0921 (or 0x0A0921) is unknown color: approx Black Russian. HEX triplet: 0A, 09 and 21. RGB value is (10,9,33). Sum of RGB (Red+Green+Blue) = 10+9+33=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #0A0921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0921 is #F5F6DE. Grayscale: #0B0B0B. Windows color (decimal): -16119519 or 2165002. OLE color: 2165002.

HSL color Cylindrical-coordinate representation of color #0A0921: hue angle of 242.5º 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 #0A0921 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB10933-
CMYK0.700.7300.87
HSL242.5º57.14%8.24%-
HSV(B)242.5º72.73%12.94%-
XYZ0.50.371.48-
YUV12.04139.83126.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 19.23%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 33 (13.28% from 255) = 63.46%
R=19.23%
G=17.31%
B=63.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal109330.700.7300.87242.557.148.24
HexA9214649057f2398
Octal12114110611101273627110
Binary101010011000011000110100100101010111111100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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