#15141B

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

Shades of Black Russian #15141B

Tints of Black Russian #15141B

Color information

#15141B (or 0x15141B) is unknown color: approx Black Russian. HEX triplet: 15, 14 and 1B. RGB value is (21,20,27). Sum of RGB (Red+Green+Blue) = 21+20+27=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #15141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15141B is #EAEBE4. Grayscale: #151515. Windows color (decimal): -15395813 or 1774613. OLE color: 1774613.

HSL color Cylindrical-coordinate representation of color #15141B: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #15141B is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB212027-
CMYK0.220.2600.89
HSL248.57º14.89%9.22%-
HSV(B)248.57º25.93%10.59%-
XYZ0.760.741.14-
YUV21.1131.33127.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.88%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 27 (10.94% from 255) = 39.71%
R=30.88%
G=29.41%
B=39.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2120270.220.2600.89248.5714.899.22
Hex15141B161A059f9f9
Octal252433263201313711711
Binary1010110100110111011011010010110011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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