#141434

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

Shades of Black Russian #141434

Tints of Black Russian #141434

Color information

#141434 (or 0x141434) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 34. RGB value is (20,20,52). Sum of RGB (Red+Green+Blue) = 20+20+52=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #141434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141434 is #EBEBCB. Grayscale: #171717. Windows color (decimal): -15461324 or 3413012. OLE color: 3413012.

HSL color Cylindrical-coordinate representation of color #141434: hue angle of 240º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141434 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB202052-
CMYK0.620.6200.80
HSL240º44.44%14.12%-
HSV(B)240º61.54%20.39%-
XYZ1.160.93.36-
YUV23.65144125.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 52 (20.70% from 255) = 56.52%
R=21.74%
G=21.74%
B=56.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2020520.620.6200.8024044.4414.12
Hex1414343E3E050f02ce
Octal242464767601203605416
Binary101001010011010011111011111001010000111100001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141434; }

 p { color: rgb(20,20,52); }

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

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

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

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

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

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

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