#0A1427

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

Shades of Black Russian #0A1427

Tints of Black Russian #0A1427

Color information

#0A1427 (or 0x0A1427) is unknown color: approx Black Russian. HEX triplet: 0A, 14 and 27. RGB value is (10,20,39). Sum of RGB (Red+Green+Blue) = 10+20+39=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A1427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1427 is #F5EBD8. Grayscale: #131313. Windows color (decimal): -16116697 or 2561034. OLE color: 2561034.

HSL color Cylindrical-coordinate representation of color #0A1427: hue angle of 219.31º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A1427 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB102039-
CMYK0.740.4900.85
HSL219.31º59.18%9.61%-
HSV(B)219.31º74.36%15.29%-
XYZ0.740.712.02-
YUV19.18139.19121.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.49%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=14.49%
G=28.99%
B=56.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1020390.740.4900.85219.3159.189.61
HexA14274A31055db3ba
Octal1224471126101253337312
Binary101010100100111100101011000101010101110110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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