#141430

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

Shades of Black Russian #141430

Tints of Black Russian #141430

Color information

#141430 (or 0x141430) is unknown color: approx Black Russian. HEX triplet: 14, 14 and 30. RGB value is (20,20,48). Sum of RGB (Red+Green+Blue) = 20+20+48=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #141430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141430 is #EBEBCF. Grayscale: #171717. Windows color (decimal): -15461328 or 3150868. OLE color: 3150868.

HSL color Cylindrical-coordinate representation of color #141430: hue angle of 240º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #141430 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB202048-
CMYK0.580.5800.81
HSL240º41.18%13.33%-
HSV(B)240º58.33%18.82%-
XYZ1.070.862.91-
YUV23.19142125.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 48 (19.14% from 255) = 54.55%
R=22.73%
G=22.73%
B=54.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2020480.580.5800.8124041.1813.33
Hex1414303A3A051f029d
Octal242460727201213605115
Binary101001010011000011101011101001010001111100001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141430; }

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

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

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

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

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

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

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

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