#0A091D

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

Shades of Black Russian #0A091D

Tints of Black Russian #0A091D

Color information

#0A091D (or 0x0A091D) is unknown color: approx Black Russian. HEX triplet: 0A, 09 and 1D. RGB value is (10,9,29). Sum of RGB (Red+Green+Blue) = 10+9+29=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A091D is #F5F6E2. Grayscale: #0B0B0B. Windows color (decimal): -16119523 or 1902858. OLE color: 1902858.

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

Color convert

RGB10929-
CMYK0.660.6900.89
HSL243º52.63%7.45%-
HSV(B)243º68.97%11.37%-
XYZ0.440.351.21-
YUV11.58137.83126.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.83%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=20.83%
G=18.75%
B=60.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal109290.660.6900.8924352.637.45
HexA91D4245059f3357
Octal1211351021050131363657
Binary1010100111101100001010001010101100111110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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