#14343A

Color #14343A Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #14343A

Tints of Nordic #14343A

Color information

#14343A (or 0x14343A) is unknown color: approx Nordic. HEX triplet: 14, 34 and 3A. RGB value is (20,52,58). Sum of RGB (Red+Green+Blue) = 20+52+58=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #14343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14343A is #EBCBC5. Grayscale: #2B2B2B. Windows color (decimal): -15453126 or 3814420. OLE color: 3814420.

HSL color Cylindrical-coordinate representation of color #14343A: hue angle of 189.47º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14343A is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB205258-
CMYK0.660.1000.77
HSL189.47º48.72%15.29%-
HSV(B)189.47º65.52%22.75%-
XYZ2.282.914.44-
YUV43.12136.4111.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=15.38%
G=40%
B=44.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2052580.660.1000.77189.4748.7215.29
Hex14343A42A04Dbd31f
Octal2464721021201152756117
Binary101001101001110101000010101001001101101111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14343A; }

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

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

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

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

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

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

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

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