#143939

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

Shades of Nordic #143939

Tints of Nordic #143939

Color information

#143939 (or 0x143939) is unknown color: approx Nordic. HEX triplet: 14, 39 and 39. RGB value is (20,57,57). Sum of RGB (Red+Green+Blue) = 20+57+57=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #143939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143939 is #EBC6C6. Grayscale: #2D2D2D. Windows color (decimal): -15451847 or 3750164. OLE color: 3750164.

HSL color Cylindrical-coordinate representation of color #143939: hue angle of 180º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143939 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB205757-
CMYK0.65000.78
HSL180º48.05%15.1%-
HSV(B)180º64.91%22.35%-
XYZ2.493.374.39-
YUV45.94134.24109.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 57 (22.66% from 255) = 42.54%
R=14.93%
G=42.54%
B=42.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057570.65000.7818048.0515.1
Hex14393941004Eb430f
Octal247171101001162646017
Binary101001110011110011000001001001110101101001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143939; }

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

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

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

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

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

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

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

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