#14122F

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

Shades of Black Russian #14122F

Tints of Black Russian #14122F

Color information

#14122F (or 0x14122F) is unknown color: approx Black Russian. HEX triplet: 14, 12 and 2F. RGB value is (20,18,47). Sum of RGB (Red+Green+Blue) = 20+18+47=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #14122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14122F is #EBEDD0. Grayscale: #151515. Windows color (decimal): -15461841 or 3084820. OLE color: 3084820.

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

Color convert

RGB201847-
CMYK0.570.6200.82
HSL244.14º44.62%12.75%-
HSV(B)244.14º61.7%18.43%-
XYZ1.020.792.79-
YUV21.9142.16126.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 47 (18.75% from 255) = 55.29%
R=23.53%
G=21.18%
B=55.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2018470.570.6200.82244.1444.6212.75
Hex14122F393E052f42dd
Octal242257717601223645515
Binary101001001010111111100111111001010010111101001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14122F; }

 p { color: rgb(20,18,47); }

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

<style>
 a { background-color: #14122F; }

 a { background-color: rgb(20,18,47); }

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

<style>
 span { border-color: #14122F; }

 span { border-color: rgb(20,18,47); }

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