#0D1025

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

Shades of Black Russian #0D1025

Tints of Black Russian #0D1025

Color information

#0D1025 (or 0x0D1025) is unknown color: approx Black Russian. HEX triplet: 0D, 10 and 25. RGB value is (13,16,37). Sum of RGB (Red+Green+Blue) = 13+16+37=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 16 (6.64% from 255 or 24.24% 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 #0D1025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1025 is #F2EFDA. Grayscale: #111111. Windows color (decimal): -15921115 or 2428941. OLE color: 2428941.

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

Color convert

RGB131637-
CMYK0.650.5700.85
HSL232.5º48%9.8%-
HSV(B)232.5º64.86%14.51%-
XYZ0.690.591.83-
YUV17.5139.01124.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.70%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=19.70%
G=24.24%
B=56.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1316370.650.5700.85232.5489.8
HexD10254139055e830a
Octal1520451017101253506012
Binary110110000100101100000111100101010101111010001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,16,37); }

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

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

 a { background-color: rgb(13,16,37); }

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

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

 span { border-color: rgb(13,16,37); }

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