Html Css Color HEX #052D31 Nordic

📋 copy color: '#052D31'

red 5 ◦ green 45 ◦ blue 49

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

Shades of Nordic #052D31

Tints of Nordic #052D31

RGB

 RED value IS 5 (2.34% from 255) = 5.05%

 GREEN value IS 45 (17.97% from 255) = 45.45%

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

R = 5.05%
G = 45.45%
B = 49.49%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#052D31 (or 0x052D31) is known color: Nordic. HEX triplet: 05, 2D and 31. RGB value is (5,45,49). Sum of RGB (Red+Green+Blue) = 5+45+49=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #052D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052D31 is #FAD2CE. Grayscale: #212121. Windows color (decimal): -16437967 or 3222789. OLE color: 3222789.

HSL color Cylindrical-coordinate representation of color #052D31: hue angle of 185.45º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052D31 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 45 49 -
CMYK 0.90 0.08 0 0.81
HSL 185.45º 0.81% 0.11% -
HSV(B) 185.45º 0.9% 0.19% -
XYZ 1.56 2.13 3.24 -
YUV 33.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 5 45 49 0.90 0.08 0 0.81 185.45 0.81 0.11
Hex 5 2D 31 5A 8 0 51 B9 51 B
Octal 5 55 61 132 10 0 121 271 121 13
Binary 101 101101 110001 1011010 1000 0 1010001 10111001 1010001 1011

Color Harmonies of #052D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D31

Black with #052D31

Text Example


Text Example

White with #052D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #052D31;
 }
 .AnyTagClassName
 {
   color: #052D31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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