#0D1130

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

Shades of Black Russian #0D1130

Tints of Black Russian #0D1130

Color information

#0D1130 (or 0x0D1130) is unknown color: approx Black Russian. HEX triplet: 0D, 11 and 30. RGB value is (13,17,48). Sum of RGB (Red+Green+Blue) = 13+17+48=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1130 is #F2EECF. Grayscale: #131313. Windows color (decimal): -15920848 or 3150093. OLE color: 3150093.

HSL color Cylindrical-coordinate representation of color #0D1130: hue angle of 233.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D1130 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB131748-
CMYK0.730.6500.81
HSL233.14º57.38%11.96%-
HSV(B)233.14º72.92%18.82%-
XYZ0.90.72.88-
YUV19.34144.17123.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.67%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=16.67%
G=21.79%
B=61.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1317480.730.6500.81233.1457.3811.96
HexD11304941051e939c
Octal15216011110101213517114
Binary1101100011100001001001100000101010001111010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,17,48); }

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

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

 a { background-color: rgb(13,17,48); }

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

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

 span { border-color: rgb(13,17,48); }

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