#133032

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

Shades of Nordic #133032

Tints of Nordic #133032

Color information

#133032 (or 0x133032) is unknown color: approx Nordic. HEX triplet: 13, 30 and 32. RGB value is (19,48,50). Sum of RGB (Red+Green+Blue) = 19+48+50=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #133032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133032 is #ECCFCD. Grayscale: #272727. Windows color (decimal): -15519694 or 3289107. OLE color: 3289107.

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

Color convert

RGB194850-
CMYK0.620.0400.80
HSL183.87º44.93%13.53%-
HSV(B)183.87º62%19.61%-
XYZ1.92.483.4-
YUV39.56133.89113.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=16.24%
G=41.03%
B=42.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1948500.620.0400.80183.8744.9313.53
Hex1330323E4050b82de
Octal23606276401202705516
Binary1001111000011001011111010001010000101110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133032; }

 p { color: rgb(19,48,50); }

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

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

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

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

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

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

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