#141830

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

Shades of Black Russian #141830

Tints of Black Russian #141830

Color information

#141830 (or 0x141830) is unknown color: approx Black Russian. HEX triplet: 14, 18 and 30. RGB value is (20,24,48). Sum of RGB (Red+Green+Blue) = 20+24+48=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #141830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141830 is #EBE7CF. Grayscale: #191919. Windows color (decimal): -15460304 or 3151892. OLE color: 3151892.

HSL color Cylindrical-coordinate representation of color #141830: hue angle of 231.43º 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 #141830 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB202448-
CMYK0.580.500.81
HSL231.43º41.18%13.33%-
HSV(B)231.43º58.33%18.82%-
XYZ1.151.022.93-
YUV25.54140.67124.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 48 (19.14% from 255) = 52.17%
R=21.74%
G=26.09%
B=52.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2024480.580.500.81231.4341.1813.33
Hex1418303A32051e729d
Octal243060726201213475115
Binary101001100011000011101011001001010001111001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141830; }

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

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

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

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

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

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

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

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