#143232

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

Shades of Nordic #143232

Tints of Nordic #143232

Color information

#143232 (or 0x143232) is unknown color: approx Nordic. HEX triplet: 14, 32 and 32. RGB value is (20,50,50). Sum of RGB (Red+Green+Blue) = 20+50+50=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #143232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143232 is #EBCDCD. Grayscale: #292929. Windows color (decimal): -15453646 or 3289620. OLE color: 3289620.

HSL color Cylindrical-coordinate representation of color #143232: hue angle of 180º 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 #143232 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB205050-
CMYK0.60000.80
HSL180º42.86%13.73%-
HSV(B)180º60%19.61%-
XYZ22.663.43-
YUV41.03133.06113-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=16.67%
G=41.67%
B=41.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050500.60000.8018042.8613.73
Hex1432323C0050b42be
Octal24626274001202645316
Binary10100110010110010111100001010000101101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143232; }

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

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

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

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

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

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

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

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