#151328

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

Shades of Black Russian #151328

Tints of Black Russian #151328

Color information

#151328 (or 0x151328) is unknown color: approx Black Russian. HEX triplet: 15, 13 and 28. RGB value is (21,19,40). Sum of RGB (Red+Green+Blue) = 21+19+40=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #151328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151328 is #EAECD7. Grayscale: #151515. Windows color (decimal): -15396056 or 2626325. OLE color: 2626325.

HSL color Cylindrical-coordinate representation of color #151328: hue angle of 245.71º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #151328 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB211940-
CMYK0.480.5200.84
HSL245.71º35.59%11.57%-
HSV(B)245.71º52.5%15.69%-
XYZ0.930.782.11-
YUV21.99138.16127.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.25%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 40 (16.02% from 255) = 50%
R=26.25%
G=23.75%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2119400.480.5200.84245.7135.5911.57
Hex1513283034054f624c
Octal252350606401243664414
Binary101011001110100011000011010001010100111101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151328; }

 p { color: rgb(21,19,40); }

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

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

 a { background-color: rgb(21,19,40); }

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

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

 span { border-color: rgb(21,19,40); }

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