#143133

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

Shades of Nordic #143133

Tints of Nordic #143133

Color information

#143133 (or 0x143133) is unknown color: approx Nordic. HEX triplet: 14, 31 and 33. RGB value is (20,49,51). Sum of RGB (Red+Green+Blue) = 20+49+51=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #143133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143133 is #EBCECC. Grayscale: #282828. Windows color (decimal): -15453901 or 3354900. OLE color: 3354900.

HSL color Cylindrical-coordinate representation of color #143133: hue angle of 183.87º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143133 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB204951-
CMYK0.610.0400.8
HSL183.87º43.66%13.92%-
HSV(B)183.87º60.78%20%-
XYZ1.982.583.53-
YUV40.56133.89113.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=16.67%
G=40.83%
B=42.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2049510.610.0400.8183.8743.6613.92
Hex1431333D4050b82ce
Octal24616375401202705416
Binary1010011000111001111110110001010000101110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143133; }

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

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

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

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

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

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

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

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