#0F121C

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

Shades of Black Russian #0F121C

Tints of Black Russian #0F121C

Color information

#0F121C (or 0x0F121C) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 1C. RGB value is (15,18,28). Sum of RGB (Red+Green+Blue) = 15+18+28=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F121C is #F0EDE3. Grayscale: #121212. Windows color (decimal): -15789540 or 1839631. OLE color: 1839631.

HSL color Cylindrical-coordinate representation of color #0F121C: hue angle of 226.15º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F121C is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB151828-
CMYK0.460.3600.89
HSL226.15º30.23%8.43%-
HSV(B)226.15º46.43%10.98%-
XYZ0.620.621.19-
YUV18.24133.51125.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 28 (11.33% from 255) = 45.90%
R=24.59%
G=29.51%
B=45.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1518280.460.3600.89226.1530.238.43
HexF121C2E24059e21e8
Octal172234564401313423610
Binary111110010111001011101001000101100111100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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