#152F31

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

Shades of Nordic #152F31

Tints of Nordic #152F31

Color information

#152F31 (or 0x152F31) is unknown color: approx Nordic. HEX triplet: 15, 2F and 31. RGB value is (21,47,49). Sum of RGB (Red+Green+Blue) = 21+47+49=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #152F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F31 is #EAD0CE. Grayscale: #272727. Windows color (decimal): -15388879 or 3223317. OLE color: 3223317.

HSL color Cylindrical-coordinate representation of color #152F31: hue angle of 184.29º 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 #152F31 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB214749-
CMYK0.570.0400.81
HSL184.29º40%13.73%-
HSV(B)184.29º57.14%19.22%-
XYZ1.882.413.27-
YUV39.45133.39114.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 47 (18.75% from 255) = 40.17%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=17.95%
G=40.17%
B=41.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2147490.570.0400.81184.294013.73
Hex152F31394051b828e
Octal25576171401212705016
Binary1010110111111000111100110001010001101110001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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