#0A031D

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

Shades of Black Russian #0A031D

Tints of Black Russian #0A031D

Color information

#0A031D (or 0x0A031D) is unknown color: approx Black Russian. HEX triplet: 0A, 03 and 1D. RGB value is (10,3,29). Sum of RGB (Red+Green+Blue) = 10+3+29=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 29 (11.72% from 255 or 69.05% from 42); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A031D is #F5FCE2. Grayscale: #070707. Windows color (decimal): -16121059 or 1901322. OLE color: 1901322.

HSL color Cylindrical-coordinate representation of color #0A031D: hue angle of 256.15º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A031D is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB10329-
CMYK0.660.9000.89
HSL256.15º81.25%6.27%-
HSV(B)256.15º89.66%11.37%-
XYZ0.380.221.18-
YUV8.06139.82129.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.81%
GREEN value IS 3 (1.56% from 255) = 7.14%
BLUE value IS 29 (11.72% from 255) = 69.05%
R=23.81%
G=7.14%
B=69.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal103290.660.9000.89256.1581.256.27
HexA31D425A059100516
Octal1233510213201314001216
Binary1010111110110000101011010010110011000000001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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