#15141F

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

Shades of Black Russian #15141F

Tints of Black Russian #15141F

Color information

#15141F (or 0x15141F) is unknown color: approx Black Russian. HEX triplet: 15, 14 and 1F. RGB value is (21,20,31). Sum of RGB (Red+Green+Blue) = 21+20+31=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 31 (12.5% from 255 or 43.06% from 72); Max value from RGB is 31 - color contains mainly: blue. Hex color #15141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15141F is #EAEBE0. Grayscale: #151515. Windows color (decimal): -15395809 or 2036757. OLE color: 2036757.

HSL color Cylindrical-coordinate representation of color #15141F: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #15141F is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB212031-
CMYK0.320.3500.88
HSL245.45º21.57%10%-
HSV(B)245.45º35.48%12.16%-
XYZ0.810.761.4-
YUV21.55133.33127.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 31 (12.5% from 255) = 43.06%
R=29.17%
G=27.78%
B=43.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2120310.320.3500.88245.4521.5710
Hex15141F2023058f516a
Octal252437404301303652612
Binary1010110100111111000001000110101100011110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15141F; }

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

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

<style>
 a { background-color: #15141F; }

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

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

<style>
 span { border-color: #15141F; }

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

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