#151431

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

Shades of Black Russian #151431

Tints of Black Russian #151431

Color information

#151431 (or 0x151431) is unknown color: approx Black Russian. HEX triplet: 15, 14 and 31. RGB value is (21,20,49). Sum of RGB (Red+Green+Blue) = 21+20+49=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #151431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151431 is #EAEBCE. Grayscale: #171717. Windows color (decimal): -15395791 or 3216405. OLE color: 3216405.

HSL color Cylindrical-coordinate representation of color #151431: hue angle of 242.07º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #151431 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB212049-
CMYK0.570.5900.81
HSL242.07º42.03%13.53%-
HSV(B)242.07º59.18%19.22%-
XYZ1.110.883.02-
YUV23.6142.33126.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.33%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 49 (19.53% from 255) = 54.44%
R=23.33%
G=22.22%
B=54.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2120490.570.5900.81242.0742.0313.53
Hex151431393B051f22ae
Octal252461717301213625216
Binary101011010011000111100111101101010001111100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151431; }

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

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

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

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

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

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

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

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