#151A2F

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

Shades of Black Russian #151A2F

Tints of Black Russian #151A2F

Color information

#151A2F (or 0x151A2F) is unknown color: approx Black Russian. HEX triplet: 15, 1A and 2F. RGB value is (21,26,47). Sum of RGB (Red+Green+Blue) = 21+26+47=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #151A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A2F is #EAE5D0. Grayscale: #1A1A1A. Windows color (decimal): -15394257 or 3086869. OLE color: 3086869.

HSL color Cylindrical-coordinate representation of color #151A2F: hue angle of 228.46º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #151A2F is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB212647-
CMYK0.550.4500.82
HSL228.46º38.24%13.33%-
HSV(B)228.46º55.32%18.43%-
XYZ1.191.12.84-
YUV26.9139.34123.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.34%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 47 (18.75% from 255) = 50%
R=22.34%
G=27.66%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2126470.550.4500.82228.4638.2413.33
Hex151A2F372D052e426d
Octal253257675501223444615
Binary101011101010111111011110110101010010111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A2F; }

 p { color: rgb(21,26,47); }

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

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

 a { background-color: rgb(21,26,47); }

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

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

 span { border-color: rgb(21,26,47); }

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