#151426

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

Shades of Black Russian #151426

Tints of Black Russian #151426

Color information

#151426 (or 0x151426) is unknown color: approx Black Russian. HEX triplet: 15, 14 and 26. RGB value is (21,20,38). Sum of RGB (Red+Green+Blue) = 21+20+38=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #151426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151426 is #EAEBD9. Grayscale: #161616. Windows color (decimal): -15395802 or 2495509. OLE color: 2495509.

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

Color convert

RGB212038-
CMYK0.450.4700.85
HSL243.33º31.03%11.37%-
HSV(B)243.33º47.37%14.9%-
XYZ0.910.81.94-
YUV22.35136.83127.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.58%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 38 (15.23% from 255) = 48.10%
R=26.58%
G=25.32%
B=48.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2120380.450.4700.85243.3331.0311.37
Hex1514262D2F055f31fb
Octal252446555701253633713
Binary10101101001001101011011011110101010111110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151426; }

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

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

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

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

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

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

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

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