#0A0D1C

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

Shades of Black Russian #0A0D1C

Tints of Black Russian #0A0D1C

Color information

#0A0D1C (or 0x0A0D1C) is unknown color: approx Black Russian. HEX triplet: 0A, 0D and 1C. RGB value is (10,13,28). Sum of RGB (Red+Green+Blue) = 10+13+28=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A0D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0D1C is #F5F2E3. Grayscale: #0D0D0D. Windows color (decimal): -16118500 or 1838346. OLE color: 1838346.

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

Color convert

RGB101328-
CMYK0.640.5400.89
HSL230º47.37%7.45%-
HSV(B)230º64.29%10.98%-
XYZ0.480.441.16-
YUV13.81136.01125.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 19.61%
GREEN value IS 13 (5.47% from 255) = 25.49%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=19.61%
G=25.49%
B=54.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1013280.640.5400.8923047.377.45
HexAD1C4036059e62f7
Octal121534100660131346577
Binary101011011110010000001101100101100111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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