#0F0E1F

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

Shades of Black Russian #0F0E1F

Tints of Black Russian #0F0E1F

Color information

#0F0E1F (or 0x0F0E1F) is unknown color: approx Black Russian. HEX triplet: 0F, 0E and 1F. RGB value is (15,14,31). Sum of RGB (Red+Green+Blue) = 15+14+31=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F0E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0E1F is #F0F1E0. Grayscale: #101010. Windows color (decimal): -15790561 or 2035215. OLE color: 2035215.

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

Color convert

RGB151431-
CMYK0.520.5500.88
HSL243.53º37.78%8.82%-
HSV(B)243.53º54.84%12.16%-
XYZ0.60.511.36-
YUV16.24136.33127.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 31 (12.5% from 255) = 51.67%
R=25%
G=23.33%
B=51.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1514310.520.5500.88243.5337.788.82
HexFE1F3437058f4269
Octal171637646701303644611
Binary111111101111111010011011101011000111101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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