#15142B

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

Shades of Black Russian #15142B

Tints of Black Russian #15142B

Color information

#15142B (or 0x15142B) is unknown color: approx Black Russian. HEX triplet: 15, 14 and 2B. RGB value is (21,20,43). Sum of RGB (Red+Green+Blue) = 21+20+43=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #15142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15142B is #EAEBD4. Grayscale: #161616. Windows color (decimal): -15395797 or 2823189. OLE color: 2823189.

HSL color Cylindrical-coordinate representation of color #15142B: hue angle of 242.61º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #15142B is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB212043-
CMYK0.510.5300.83
HSL242.61º36.51%12.35%-
HSV(B)242.61º53.49%16.86%-
XYZ10.832.39-
YUV22.92139.33126.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 43 (17.19% from 255) = 51.19%
R=25%
G=23.81%
B=51.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2120430.510.5300.83242.6136.5112.35
Hex15142B3335053f325c
Octal252453636501233634514
Binary101011010010101111001111010101010011111100111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15142B; }

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

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

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

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

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

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

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

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