#0F121D

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

Shades of Black Russian #0F121D

Tints of Black Russian #0F121D

Color information

#0F121D (or 0x0F121D) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 1D. RGB value is (15,18,29). Sum of RGB (Red+Green+Blue) = 15+18+29=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F121D is #F0EDE2. Grayscale: #121212. Windows color (decimal): -15789539 or 1905167. OLE color: 1905167.

HSL color Cylindrical-coordinate representation of color #0F121D: hue angle of 227.14º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F121D is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB151829-
CMYK0.480.3800.89
HSL227.14º31.82%8.63%-
HSV(B)227.14º48.28%11.37%-
XYZ0.640.621.25-
YUV18.36134.01125.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.19%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 29 (11.72% from 255) = 46.77%
R=24.19%
G=29.03%
B=46.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1518290.480.3800.89227.1431.828.63
HexF121D3026059e3209
Octal172235604601313434011
Binary1111100101110111000010011001011001111000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,29); }

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

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

 a { background-color: rgb(15,18,29); }

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

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

 span { border-color: rgb(15,18,29); }

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