Html Css Color HEX #143132 Nordic

📋 copy color: '#143132'

red 20 ◦ green 49 ◦ blue 50

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

Shades of Nordic #143132

Tints of Nordic #143132

RGB

 RED value IS 20 (8.2% 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 value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#143132 (or 0x143132) is known color: 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

RGB 20 49 50 -
CMYK 0.60 0.02 0 0.80
HSL 182º 0.43% 0.14% -
HSV(B) 182º 0.6% 0.2% -
XYZ 1.96 2.58 3.41 -
YUV 40.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 20 49 50 0.60 0.02 0 0.80 182 0.43 0.14
Hex 14 31 32 3C 2 0 50 B6 2B E
Octal 24 61 62 74 2 0 120 266 53 16
Binary 10100 110001 110010 111100 10 0 1010000 10110110 101011 1110

Color Harmonies of #143132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143132

Black with #143132

Text Example


Text Example

White with #143132

Text Example


Text Example

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