#141334

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

Shades of Black Russian #141334

Tints of Black Russian #141334

Color information

#141334 (or 0x141334) is unknown color: approx Black Russian. HEX triplet: 14, 13 and 34. RGB value is (20,19,52). Sum of RGB (Red+Green+Blue) = 20+19+52=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #141334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141334 is #EBECCB. Grayscale: #161616. Windows color (decimal): -15461580 or 3412756. OLE color: 3412756.

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

Color convert

RGB201952-
CMYK0.620.6300.80
HSL241.82º46.48%13.92%-
HSV(B)241.82º63.46%20.39%-
XYZ1.140.863.36-
YUV23.06144.33125.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 52 (20.70% from 255) = 57.14%
R=21.98%
G=20.88%
B=57.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2019520.620.6300.80241.8246.4813.92
Hex1413343E3F050f22ee
Octal242364767701203625616
Binary101001001111010011111011111101010000111100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141334; }

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

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

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

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

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

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

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

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