#0A091C

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

Shades of Black Russian #0A091C

Tints of Black Russian #0A091C

Color information

#0A091C (or 0x0A091C) is unknown color: approx Black Russian. HEX triplet: 0A, 09 and 1C. RGB value is (10,9,28). Sum of RGB (Red+Green+Blue) = 10+9+28=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A091C is #F5F6E3. Grayscale: #0B0B0B. Windows color (decimal): -16119524 or 1837322. OLE color: 1837322.

HSL color Cylindrical-coordinate representation of color #0A091C: hue angle of 243.16º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A091C is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10928-
CMYK0.640.6800.89
HSL243.16º51.35%7.25%-
HSV(B)243.16º67.86%10.98%-
XYZ0.430.341.14-
YUV11.46137.33126.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 21.28%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 28 (11.33% from 255) = 59.57%
R=21.28%
G=19.15%
B=59.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal109280.640.6800.89243.1651.357.25
HexA91C4044059f3337
Octal1211341001040131363637
Binary1010100111100100000010001000101100111110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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