#153132

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

Shades of Nordic #153132

Tints of Nordic #153132

Color information

#153132 (or 0x153132) is unknown color: approx Nordic. HEX triplet: 15, 31 and 32. RGB value is (21,49,50). Sum of RGB (Red+Green+Blue) = 21+49+50=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #153132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153132 is #EACECD. Grayscale: #282828. Windows color (decimal): -15388366 or 3289365. OLE color: 3289365.

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

Color convert

RGB214950-
CMYK0.580.0200.80
HSL182.07º40.85%13.92%-
HSV(B)182.07º58%19.61%-
XYZ1.982.593.41-
YUV40.74133.22113.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=17.5%
G=40.83%
B=41.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2149500.580.0200.80182.0740.8513.92
Hex1531323A2050b629e
Octal25616272201202665116
Binary101011100011100101110101001010000101101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153132; }

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

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

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

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

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

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

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

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