#0D1230

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

Shades of Black Russian #0D1230

Tints of Black Russian #0D1230

Color information

#0D1230 (or 0x0D1230) is unknown color: approx Black Russian. HEX triplet: 0D, 12 and 30. RGB value is (13,18,48). Sum of RGB (Red+Green+Blue) = 13+18+48=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1230 is #F2EDCF. Grayscale: #131313. Windows color (decimal): -15920592 or 3150349. OLE color: 3150349.

HSL color Cylindrical-coordinate representation of color #0D1230: hue angle of 231.43º 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 #0D1230 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB131848-
CMYK0.730.6300.81
HSL231.43º57.38%11.96%-
HSV(B)231.43º72.92%18.82%-
XYZ0.920.732.89-
YUV19.92143.84123.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.46%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 48 (19.14% from 255) = 60.76%
R=16.46%
G=22.78%
B=60.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1318480.730.6300.81231.4357.3811.96
HexD1230493F051e739c
Octal1522601117701213477114
Binary110110010110000100100111111101010001111001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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