#0F121F

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

Shades of Black Russian #0F121F

Tints of Black Russian #0F121F

Color information

#0F121F (or 0x0F121F) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 1F. RGB value is (15,18,31). Sum of RGB (Red+Green+Blue) = 15+18+31=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F121F is #F0EDE0. Grayscale: #121212. Windows color (decimal): -15789537 or 2036239. OLE color: 2036239.

HSL color Cylindrical-coordinate representation of color #0F121F: hue angle of 228.75º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F121F is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB151831-
CMYK0.520.4200.88
HSL228.75º34.78%9.02%-
HSV(B)228.75º51.61%12.16%-
XYZ0.660.631.38-
YUV18.58135.01125.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.44%
GREEN value IS 18 (7.42% from 255) = 28.12%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=23.44%
G=28.12%
B=48.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1518310.520.4200.88228.7534.789.02
HexF121F342A058e5239
Octal172237645201303454311
Binary1111100101111111010010101001011000111001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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