#151428

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

Shades of Black Russian #151428

Tints of Black Russian #151428

Color information

#151428 (or 0x151428) is unknown color: approx Black Russian. HEX triplet: 15, 14 and 28. RGB value is (21,20,40). Sum of RGB (Red+Green+Blue) = 21+20+40=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #151428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151428 is #EAEBD7. Grayscale: #161616. Windows color (decimal): -15395800 or 2626581. OLE color: 2626581.

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

Color convert

RGB212040-
CMYK0.480.500.84
HSL243º33.33%11.76%-
HSV(B)243º50%15.69%-
XYZ0.940.812.11-
YUV22.58137.83126.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 40 (16.02% from 255) = 49.38%
R=25.93%
G=24.69%
B=49.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2120400.480.500.8424333.3311.76
Hex1514283032054f321c
Octal252450606201243634114
Binary101011010010100011000011001001010100111100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151428; }

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

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

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

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

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

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

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

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