#0A1428

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

Shades of Black Russian #0A1428

Tints of Black Russian #0A1428

Color information

#0A1428 (or 0x0A1428) is unknown color: approx Black Russian. HEX triplet: 0A, 14 and 28. RGB value is (10,20,40). Sum of RGB (Red+Green+Blue) = 10+20+40=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #0A1428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1428 is #F5EBD7. Grayscale: #131313. Windows color (decimal): -16116696 or 2626570. OLE color: 2626570.

HSL color Cylindrical-coordinate representation of color #0A1428: hue angle of 220º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A1428 is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB102040-
CMYK0.750.500.84
HSL220º60%9.8%-
HSV(B)220º75%15.69%-
XYZ0.760.722.11-
YUV19.29139.69121.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.29%
GREEN value IS 20 (8.20% from 255) = 28.57%
BLUE value IS 40 (16.02% from 255) = 57.14%
R=14.29%
G=28.57%
B=57.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1020400.750.500.84220609.8
HexA14284B32054dc3ca
Octal1224501136201243347412
Binary101010100101000100101111001001010100110111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,40); }

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

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

 a { background-color: rgb(10,20,40); }

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

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

 span { border-color: rgb(10,20,40); }

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