#14373D

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

Shades of Nordic #14373D

Tints of Nordic #14373D

Color information

#14373D (or 0x14373D) is unknown color: approx Nordic. HEX triplet: 14, 37 and 3D. RGB value is (20,55,61). Sum of RGB (Red+Green+Blue) = 20+55+61=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #14373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14373D is #EBC8C2. Grayscale: #2D2D2D. Windows color (decimal): -15452355 or 4011796. OLE color: 4011796.

HSL color Cylindrical-coordinate representation of color #14373D: hue angle of 188.78º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14373D is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB205561-
CMYK0.670.1000.76
HSL188.78º50.62%15.88%-
HSV(B)188.78º67.21%23.92%-
XYZ2.53.224.9-
YUV45.22136.9110.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=14.71%
G=40.44%
B=44.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2055610.670.1000.76188.7850.6215.88
Hex14373D43A04Cbd3310
Octal2467751031201142756320
Binary1010011011111110110000111010010011001011110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14373D; }

 p { color: rgb(20,55,61); }

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

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

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

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

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

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

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