#0D1326

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

Shades of Black Russian #0D1326

Tints of Black Russian #0D1326

Color information

#0D1326 (or 0x0D1326) is unknown color: approx Black Russian. HEX triplet: 0D, 13 and 26. RGB value is (13,19,38). Sum of RGB (Red+Green+Blue) = 13+19+38=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #0D1326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1326 is #F2ECD9. Grayscale: #131313. Windows color (decimal): -15920346 or 2495245. OLE color: 2495245.

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

Color convert

RGB131938-
CMYK0.660.5000.85
HSL225.6º49.02%10%-
HSV(B)225.6º65.79%14.9%-
XYZ0.750.691.93-
YUV19.37138.51123.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 18.57%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 38 (15.23% from 255) = 54.29%
R=18.57%
G=27.14%
B=54.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1319380.660.5000.85225.649.0210
HexD13264232055e231a
Octal1523461026201253426112
Binary110110011100110100001011001001010101111000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,19,38); }

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

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

 a { background-color: rgb(13,19,38); }

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

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

 span { border-color: rgb(13,19,38); }

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