#152E31

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

Shades of Nordic #152E31

Tints of Nordic #152E31

Color information

#152E31 (or 0x152E31) is unknown color: approx Nordic. HEX triplet: 15, 2E and 31. RGB value is (21,46,49). Sum of RGB (Red+Green+Blue) = 21+46+49=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #152E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E31 is #EAD1CE. Grayscale: #262626. Windows color (decimal): -15389135 or 3223061. OLE color: 3223061.

HSL color Cylindrical-coordinate representation of color #152E31: hue angle of 186.43º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #152E31 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB214649-
CMYK0.570.0600.81
HSL186.43º40%13.73%-
HSV(B)186.43º57.14%19.22%-
XYZ1.842.343.26-
YUV38.87133.72115.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=18.10%
G=39.66%
B=42.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2146490.570.0600.81186.434013.73
Hex152E31396051ba28e
Octal25566171601212725016
Binary1010110111011000111100111001010001101110101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152E31; }

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

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

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

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

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

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

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

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