Html Css Color HEX #132D31 Nordic

📋 copy color: '#132D31'

red 19 ◦ green 45 ◦ blue 49

#132D31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #132D31

Tints of Nordic #132D31

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 value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#132D31 (or 0x132D31) is known color: 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

RGB 19 45 49 -
CMYK 0.61 0.08 0 0.81
HSL 188º 0.44% 0.13% -
HSV(B) 188º 0.61% 0.19% -
XYZ 1.76 2.24 3.24 -
YUV 37.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 19 45 49 0.61 0.08 0 0.81 188 0.44 0.13
Hex 13 2D 31 3D 8 0 51 BC 2C D
Octal 23 55 61 75 10 0 121 274 54 15
Binary 10011 101101 110001 111101 1000 0 1010001 10111100 101100 1101

Color Harmonies of #132D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D31

Black with #132D31

Text Example


Text Example

White with #132D31

Text Example


Text Example

HTML Codes & Css Web 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>