#151429

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

Shades of Black Russian #151429

Tints of Black Russian #151429

Color information

#151429 (or 0x151429) is unknown color: approx Black Russian. HEX triplet: 15, 14 and 29. RGB value is (21,20,41). Sum of RGB (Red+Green+Blue) = 21+20+41=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #151429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151429 is #EAEBD6. Grayscale: #161616. Windows color (decimal): -15395799 or 2692117. OLE color: 2692117.

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

Color convert

RGB212041-
CMYK0.490.5100.84
HSL242.86º34.43%11.96%-
HSV(B)242.86º51.22%16.08%-
XYZ0.960.822.21-
YUV22.69138.33126.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.61%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 41 (16.41% from 255) = 50%
R=25.61%
G=24.39%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2120410.490.5100.84242.8634.4311.96
Hex1514293133054f322c
Octal252451616301243634214
Binary101011010010100111000111001101010100111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151429; }

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

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

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

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

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

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

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

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