#14151F

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

Shades of Black Russian #14151F

Tints of Black Russian #14151F

Color information

#14151F (or 0x14151F) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 1F. RGB value is (20,21,31). Sum of RGB (Red+Green+Blue) = 20+21+31=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 21 (8.59% from 255 or 29.17% 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 #14151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14151F is #EBEAE0. Grayscale: #151515. Windows color (decimal): -15461089 or 2037012. OLE color: 2037012.

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

Color convert

RGB202131-
CMYK0.350.3200.88
HSL234.55º21.57%10%-
HSV(B)234.55º35.48%12.16%-
XYZ0.80.781.41-
YUV21.84133.17126.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2021310.350.3200.88234.5521.5710
Hex14151F2320058eb16a
Octal242537434001303532612
Binary1010010101111111000111000000101100011101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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