#132D31

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

Shades of Nordic #132D31

Tints of Nordic #132D31

Color information

#132D31 (or 0x132D31) is unknown color: approx Nordic. HEX triplet: 13, 2D and 31. RGB value is (19,45,49). Sum of RGB (Red+Green+Blue) = 19+45+49=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #132D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D31 is #ECD2CE. Grayscale: #252525. Windows color (decimal): -15520463 or 3222803. OLE color: 3222803.

HSL color Cylindrical-coordinate representation of color #132D31: hue angle of 188º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132D31 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB194549-
CMYK0.610.0800.81
HSL188º44.12%13.33%-
HSV(B)188º61.22%19.22%-
XYZ1.762.243.24-
YUV37.68134.39114.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=16.81%
G=39.82%
B=43.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1945490.610.0800.8118844.1213.33
Hex132D313D8051bc2cd
Octal235561751001212745415
Binary10011101101110001111101100001010001101111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132D31; }

 p { color: rgb(19,45,49); }

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

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

 a { background-color: rgb(19,45,49); }

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

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

 span { border-color: rgb(19,45,49); }

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