#0D102D

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

Shades of Black Russian #0D102D

Tints of Black Russian #0D102D

Color information

#0D102D (or 0x0D102D) is unknown color: approx Black Russian. HEX triplet: 0D, 10 and 2D. RGB value is (13,16,45). Sum of RGB (Red+Green+Blue) = 13+16+45=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D102D is #F2EFD2. Grayscale: #121212. Windows color (decimal): -15921107 or 2953229. OLE color: 2953229.

HSL color Cylindrical-coordinate representation of color #0D102D: hue angle of 234.38º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D102D is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB131645-
CMYK0.710.6400.82
HSL234.38º55.17%11.37%-
HSV(B)234.38º71.11%17.65%-
XYZ0.820.652.56-
YUV18.41143.01124.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.57%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 45 (17.97% from 255) = 60.81%
R=17.57%
G=21.62%
B=60.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1316450.710.6400.82234.3855.1711.37
HexD102D4740052ea37b
Octal15205510710001223526713
Binary1101100001011011000111100000001010010111010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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