#133232

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

Shades of Nordic #133232

Tints of Nordic #133232

Color information

#133232 (or 0x133232) is unknown color: approx Nordic. HEX triplet: 13, 32 and 32. RGB value is (19,50,50). Sum of RGB (Red+Green+Blue) = 19+50+50=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #133232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133232 is #ECCDCD. Grayscale: #282828. Windows color (decimal): -15519182 or 3289619. OLE color: 3289619.

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

Color convert

RGB195050-
CMYK0.62000.80
HSL180º44.93%13.53%-
HSV(B)180º62%19.61%-
XYZ1.982.653.42-
YUV40.73133.23112.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 50 (19.92% from 255) = 42.02%
R=15.97%
G=42.02%
B=42.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950500.62000.8018044.9313.53
Hex1332323E0050b42de
Octal23626276001202645516
Binary10011110010110010111110001010000101101001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133232; }

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

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

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

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

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

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

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

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