#153032

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

Shades of Nordic #153032

Tints of Nordic #153032

Color information

#153032 (or 0x153032) is unknown color: approx Nordic. HEX triplet: 15, 30 and 32. RGB value is (21,48,50). Sum of RGB (Red+Green+Blue) = 21+48+50=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 48 (19.14% from 255 or 40.34% 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 #153032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153032 is #EACFCD. Grayscale: #282828. Windows color (decimal): -15388622 or 3289109. OLE color: 3289109.

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

Color convert

RGB214850-
CMYK0.580.0400.80
HSL184.14º40.85%13.92%-
HSV(B)184.14º58%19.61%-
XYZ1.942.53.4-
YUV40.16133.55114.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 50 (19.92% from 255) = 42.02%
R=17.65%
G=40.34%
B=42.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2148500.580.0400.80184.1440.8513.92
Hex1530323A4050b829e
Octal25606272401202705116
Binary1010111000011001011101010001010000101110001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153032; }

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

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

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

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

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

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

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

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