#0F141F

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

Shades of Black Russian #0F141F

Tints of Black Russian #0F141F

Color information

#0F141F (or 0x0F141F) is unknown color: approx Black Russian. HEX triplet: 0F, 14 and 1F. RGB value is (15,20,31). Sum of RGB (Red+Green+Blue) = 15+20+31=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F141F is #F0EBE0. Grayscale: #131313. Windows color (decimal): -15789025 or 2036751. OLE color: 2036751.

HSL color Cylindrical-coordinate representation of color #0F141F: hue angle of 221.25º 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 #0F141F is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB152031-
CMYK0.520.3500.88
HSL221.25º34.78%9.02%-
HSV(B)221.25º51.61%12.16%-
XYZ0.690.71.39-
YUV19.76134.34124.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=22.73%
G=30.30%
B=46.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1520310.520.3500.88221.2534.789.02
HexF141F3423058dd239
Octal172437644301303354311
Binary1111101001111111010010001101011000110111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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