#151427

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

Shades of Black Russian #151427

Tints of Black Russian #151427

Color information

#151427 (or 0x151427) is unknown color: approx Black Russian. HEX triplet: 15, 14 and 27. RGB value is (21,20,39). Sum of RGB (Red+Green+Blue) = 21+20+39=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #151427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151427 is #EAEBD8. Grayscale: #161616. Windows color (decimal): -15395801 or 2561045. OLE color: 2561045.

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

Color convert

RGB212039-
CMYK0.460.4900.85
HSL243.16º32.2%11.57%-
HSV(B)243.16º48.72%15.29%-
XYZ0.930.812.03-
YUV22.46137.33126.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.25%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=26.25%
G=25%
B=48.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2120390.460.4900.85243.1632.211.57
Hex1514272E31055f320c
Octal252447566101253634014
Binary101011010010011110111011000101010101111100111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151427; }

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

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

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

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

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

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

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

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