#0A0D1A

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

Shades of Black Russian #0A0D1A

Tints of Black Russian #0A0D1A

Color information

#0A0D1A (or 0x0A0D1A) is unknown color: approx Black Russian. HEX triplet: 0A, 0D and 1A. RGB value is (10,13,26). Sum of RGB (Red+Green+Blue) = 10+13+26=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A0D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0D1A is #F5F2E5. Grayscale: #0D0D0D. Windows color (decimal): -16118502 or 1707274. OLE color: 1707274.

HSL color Cylindrical-coordinate representation of color #0A0D1A: hue angle of 228.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A0D1A is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB101326-
CMYK0.620.500.90
HSL228.75º44.44%7.06%-
HSV(B)228.75º61.54%10.2%-
XYZ0.460.431.04-
YUV13.58135.01125.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.41%
GREEN value IS 13 (5.47% from 255) = 26.53%
BLUE value IS 26 (10.55% from 255) = 53.06%
R=20.41%
G=26.53%
B=53.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1013260.620.500.90228.7544.447.06
HexAD1A3E3205Ae52c7
Octal12153276620132345547
Binary10101101110101111101100100101101011100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,13,26); }

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

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

 a { background-color: rgb(10,13,26); }

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

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

 span { border-color: rgb(10,13,26); }

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