#153133

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

Shades of Nordic #153133

Tints of Nordic #153133

Color information

#153133 (or 0x153133) is unknown color: approx Nordic. HEX triplet: 15, 31 and 33. RGB value is (21,49,51). Sum of RGB (Red+Green+Blue) = 21+49+51=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 51 - color contains mainly: blue. Hex color #153133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153133 is #EACECC. Grayscale: #282828. Windows color (decimal): -15388365 or 3354901. OLE color: 3354901.

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

Color convert

RGB214951-
CMYK0.590.0400.8
HSL184º41.67%14.12%-
HSV(B)184º58.82%20%-
XYZ2.012.63.53-
YUV40.86133.72113.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 51 (20.31% from 255) = 42.15%
R=17.36%
G=40.50%
B=42.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2149510.590.0400.818441.6714.12
Hex1531333B4050b82ae
Octal25616373401202705216
Binary1010111000111001111101110001010000101110001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153133; }

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

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

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

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

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

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

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

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