#151331

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

Shades of Black Russian #151331

Tints of Black Russian #151331

Color information

#151331 (or 0x151331) is unknown color: approx Black Russian. HEX triplet: 15, 13 and 31. RGB value is (21,19,49). Sum of RGB (Red+Green+Blue) = 21+19+49=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #151331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151331 is #EAECCE. Grayscale: #161616. Windows color (decimal): -15396047 or 3216149. OLE color: 3216149.

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

Color convert

RGB211949-
CMYK0.570.6100.81
HSL244º44.12%13.33%-
HSV(B)244º61.22%19.22%-
XYZ1.10.853.01-
YUV23.02142.66126.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.60%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 49 (19.53% from 255) = 55.06%
R=23.60%
G=21.35%
B=55.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2119490.570.6100.8124444.1213.33
Hex151331393D051f42cd
Octal252361717501213645415
Binary101011001111000111100111110101010001111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151331; }

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

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

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

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

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

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

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

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