#14132B

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

Shades of Black Russian #14132B

Tints of Black Russian #14132B

Color information

#14132B (or 0x14132B) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 2B. RGB value is (20,19,43). Sum of RGB (Red+Green+Blue) = 20+19+43=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #14132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14132B is #EBECD4. Grayscale: #151515. Windows color (decimal): -15461589 or 2822932. OLE color: 2822932.

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

Color convert

RGB201943-
CMYK0.530.5600.83
HSL242.5º38.71%12.16%-
HSV(B)242.5º55.81%16.86%-
XYZ0.960.792.39-
YUV22.04139.83126.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 43 (17.19% from 255) = 52.44%
R=24.39%
G=23.17%
B=52.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2019430.530.5600.83242.538.7112.16
Hex14132B3538053f227c
Octal242353657001233624714
Binary101001001110101111010111100001010011111100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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