#14182A

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

Shades of Black Russian #14182A

Tints of Black Russian #14182A

Color information

#14182A (or 0x14182A) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 2A. RGB value is (20,24,42). Sum of RGB (Red+Green+Blue) = 20+24+42=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 42 (16.80% from 255 or 48.84% from 86); Max value from RGB is 42 - color contains mainly: blue. Hex color #14182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14182A is #EBE7D5. Grayscale: #181818. Windows color (decimal): -15460310 or 2758676. OLE color: 2758676.

HSL color Cylindrical-coordinate representation of color #14182A: hue angle of 229.09º 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 #14182A is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB202442-
CMYK0.520.4300.84
HSL229.09º35.48%12.16%-
HSV(B)229.09º52.38%16.47%-
XYZ1.030.972.32-
YUV24.86137.67124.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 42 (16.80% from 255) = 48.84%
R=23.26%
G=27.91%
B=48.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2024420.520.4300.84229.0935.4812.16
Hex14182A342B054e523c
Octal243052645301243454314
Binary101001100010101011010010101101010100111001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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