Html Css Color HEX #152E31 Nordic

📋 copy color: '#152E31'

red 21 ◦ green 46 ◦ blue 49

#152E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #152E31

Tints of Nordic #152E31

RGB

 RED value IS 21 (8.59% from 255) = 18.1%

 GREEN value IS 46 (18.36% from 255) = 39.66%

 BLUE value IS 49 (19.53% from 255) = 42.24%

R = 18.1%
G = 39.66%
B = 42.24%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#152E31 (or 0x152E31) is known color: 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

RGB 21 46 49 -
CMYK 0.57 0.06 0 0.81
HSL 186.43º 0.4% 0.14% -
HSV(B) 186.43º 0.57% 0.19% -
XYZ 1.84 2.34 3.26 -
YUV 38.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 21 46 49 0.57 0.06 0 0.81 186.43 0.4 0.14
Hex 15 2E 31 39 6 0 51 BA 28 E
Octal 25 56 61 71 6 0 121 272 50 16
Binary 10101 101110 110001 111001 110 0 1010001 10111010 101000 1110

Color Harmonies of #152E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152E31

Black with #152E31

Text Example


Text Example

White with #152E31

Text Example


Text Example

HTML Codes & Css Web 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>