#15132D

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

Shades of Black Russian #15132D

Tints of Black Russian #15132D

Color information

#15132D (or 0x15132D) is unknown color: approx Black Russian. HEX triplet: 15, 13 and 2D. RGB value is (21,19,45). Sum of RGB (Red+Green+Blue) = 21+19+45=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #15132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15132D is #EAECD2. Grayscale: #161616. Windows color (decimal): -15396051 or 2954005. OLE color: 2954005.

HSL color Cylindrical-coordinate representation of color #15132D: hue angle of 244.62º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #15132D is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB211945-
CMYK0.530.5800.82
HSL244.62º40.62%12.55%-
HSV(B)244.62º57.78%17.65%-
XYZ1.020.812.59-
YUV22.56140.66126.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 45 (17.97% from 255) = 52.94%
R=24.71%
G=22.35%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2119450.530.5800.82244.6240.6212.55
Hex15132D353A052f529d
Octal252355657201223655115
Binary101011001110110111010111101001010010111101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15132D; }

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

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

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

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

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

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

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

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