#0A1325

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

Shades of Black Russian #0A1325

Tints of Black Russian #0A1325

Color information

#0A1325 (or 0x0A1325) is unknown color: approx Black Russian. HEX triplet: 0A, 13 and 25. RGB value is (10,19,37). Sum of RGB (Red+Green+Blue) = 10+19+37=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1325 is #F5ECDA. Grayscale: #121212. Windows color (decimal): -16116955 or 2429706. OLE color: 2429706.

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

Color convert

RGB101937-
CMYK0.730.4900.85
HSL220º57.45%9.22%-
HSV(B)220º72.97%14.51%-
XYZ0.690.661.84-
YUV18.36138.52122.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.15%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=15.15%
G=28.79%
B=56.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1019370.730.4900.8522057.459.22
HexA13254931055dc399
Octal1223451116101253347111
Binary101010011100101100100111000101010101110111001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,19,37); }

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

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

 a { background-color: rgb(10,19,37); }

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

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

 span { border-color: rgb(10,19,37); }

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