#152D31

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

Shades of Nordic #152D31

Tints of Nordic #152D31

Color information

#152D31 (or 0x152D31) is unknown color: approx Nordic. HEX triplet: 15, 2D and 31. RGB value is (21,45,49). Sum of RGB (Red+Green+Blue) = 21+45+49=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #152D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D31 is #EAD2CE. Grayscale: #262626. Windows color (decimal): -15389391 or 3222805. OLE color: 3222805.

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

Color convert

RGB214549-
CMYK0.570.0800.81
HSL188.57º40%13.73%-
HSV(B)188.57º57.14%19.22%-
XYZ1.82.263.25-
YUV38.28134.05115.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 45 (17.97% from 255) = 39.13%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=18.26%
G=39.13%
B=42.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2145490.570.0800.81188.574013.73
Hex152D31398051bd28e
Octal255561711001212755016
Binary10101101101110001111001100001010001101111011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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