#151332

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

Shades of Black Russian #151332

Tints of Black Russian #151332

Color information

#151332 (or 0x151332) is unknown color: approx Black Russian. HEX triplet: 15, 13 and 32. RGB value is (21,19,50). Sum of RGB (Red+Green+Blue) = 21+19+50=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #151332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151332 is #EAECCD. Grayscale: #171717. Windows color (decimal): -15396046 or 3281685. OLE color: 3281685.

HSL color Cylindrical-coordinate representation of color #151332: hue angle of 243.87º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #151332 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB211950-
CMYK0.580.6200.80
HSL243.87º44.93%13.53%-
HSV(B)243.87º62%19.61%-
XYZ1.120.863.12-
YUV23.13143.16126.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.33%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 50 (19.92% from 255) = 55.56%
R=23.33%
G=21.11%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2119500.580.6200.80243.8744.9313.53
Hex1513323A3E050f42de
Octal252362727601203645516
Binary101011001111001011101011111001010000111101001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151332; }

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

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

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

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

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

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

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

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