#0F131A

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

Shades of Black Russian #0F131A

Tints of Black Russian #0F131A

Color information

#0F131A (or 0x0F131A) is unknown color: approx Black Russian. HEX triplet: 0F, 13 and 1A. RGB value is (15,19,26). Sum of RGB (Red+Green+Blue) = 15+19+26=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F131A is #F0ECE5. Grayscale: #121212. Windows color (decimal): -15789286 or 1708815. OLE color: 1708815.

HSL color Cylindrical-coordinate representation of color #0F131A: hue angle of 218.18º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F131A is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB151926-
CMYK0.420.2700.90
HSL218.18º26.83%8.04%-
HSV(B)218.18º42.31%10.2%-
XYZ0.620.641.07-
YUV18.6132.17125.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=25%
G=31.67%
B=43.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1519260.420.2700.90218.1826.838.04
HexF131A2A1B05Ada1b8
Octal172332523301323323310
Binary11111001111010101010110110101101011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,19,26); }

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

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

 a { background-color: rgb(15,19,26); }

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

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

 span { border-color: rgb(15,19,26); }

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