#14152A

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

Shades of Black Russian #14152A

Tints of Black Russian #14152A

Color information

#14152A (or 0x14152A) is unknown color: approx Black Russian. HEX triplet: 14, 15 and 2A. RGB value is (20,21,42). Sum of RGB (Red+Green+Blue) = 20+21+42=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #14152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14152A is #EBEAD5. Grayscale: #171717. Windows color (decimal): -15461078 or 2757908. OLE color: 2757908.

HSL color Cylindrical-coordinate representation of color #14152A: hue angle of 237.27º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #14152A is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202142-
CMYK0.520.5000.84
HSL237.27º35.48%12.16%-
HSV(B)237.27º52.38%16.47%-
XYZ0.970.852.3-
YUV23.1138.67125.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=24.10%
G=25.30%
B=50.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2021420.520.5000.84237.2735.4812.16
Hex14152A3432054ed23c
Octal242552646201243554314
Binary101001010110101011010011001001010100111011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14152A; }

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

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

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

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

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

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

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

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