#143132

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

Shades of Nordic #143132

Tints of Nordic #143132

Color information

#143132 (or 0x143132) is unknown color: approx Nordic. HEX triplet: 14, 31 and 32. RGB value is (20,49,50). Sum of RGB (Red+Green+Blue) = 20+49+50=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 50 - color contains mainly: blue. Hex color #143132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143132 is #EBCECD. Grayscale: #282828. Windows color (decimal): -15453902 or 3289364. OLE color: 3289364.

HSL color Cylindrical-coordinate representation of color #143132: hue angle of 182º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143132 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB204950-
CMYK0.600.0200.80
HSL182º42.86%13.73%-
HSV(B)182º60%19.61%-
XYZ1.962.583.41-
YUV40.44133.39113.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 50 (19.92% from 255) = 42.02%
R=16.81%
G=41.18%
B=42.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2049500.600.0200.8018242.8613.73
Hex1431323C2050b62be
Octal24616274201202665316
Binary101001100011100101111001001010000101101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143132; }

 p { color: rgb(20,49,50); }

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

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

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

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

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

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

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