#151420

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

Shades of Black Russian #151420

Tints of Black Russian #151420

Color information

#151420 (or 0x151420) is unknown color: approx Black Russian. HEX triplet: 15, 14 and 20. RGB value is (21,20,32). Sum of RGB (Red+Green+Blue) = 21+20+32=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #151420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151420 is #EAEBDF. Grayscale: #151515. Windows color (decimal): -15395808 or 2102293. OLE color: 2102293.

HSL color Cylindrical-coordinate representation of color #151420: hue angle of 245º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #151420 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB212032-
CMYK0.340.3700.87
HSL245º23.08%10.2%-
HSV(B)245º37.5%12.55%-
XYZ0.820.761.47-
YUV21.67133.83127.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.77%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=28.77%
G=27.40%
B=43.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2120320.340.3700.8724523.0810.2
Hex1514202225057f517a
Octal252440424501273652712
Binary10101101001000001000101001010101011111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151420; }

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

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

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

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

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

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

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

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