#151327

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

Shades of Black Russian #151327

Tints of Black Russian #151327

Color information

#151327 (or 0x151327) is unknown color: approx Black Russian. HEX triplet: 15, 13 and 27. RGB value is (21,19,39). Sum of RGB (Red+Green+Blue) = 21+19+39=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #151327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151327 is #EAECD8. Grayscale: #151515. Windows color (decimal): -15396057 or 2560789. OLE color: 2560789.

HSL color Cylindrical-coordinate representation of color #151327: hue angle of 246º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #151327 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB211939-
CMYK0.460.5100.85
HSL246º34.48%11.37%-
HSV(B)246º51.28%15.29%-
XYZ0.910.772.02-
YUV21.88137.66127.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.58%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=26.58%
G=24.05%
B=49.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2119390.460.5100.8524634.4811.37
Hex1513272E33055f622b
Octal252347566301253664213
Binary101011001110011110111011001101010101111101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151327; }

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

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

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

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

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

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

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

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