Html Css Color HEX #053131 Nordic

📋 copy color: '#053131'

red 5 ◦ green 49 ◦ blue 49

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

Shades of Nordic #053131

Tints of Nordic #053131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 47.57%

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

R = 4.85%
G = 47.57%
B = 47.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#053131 (or 0x053131) is known color: Nordic. HEX triplet: 05, 31 and 31. RGB value is (5,49,49). Sum of RGB (Red+Green+Blue) = 5+49+49=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #053131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053131 is #FACECE. Grayscale: #232323. Windows color (decimal): -16436943 or 3223813. OLE color: 3223813.

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

Color convert

RGB 5 49 49 -
CMYK 0.90 0 0 0.81
HSL 180º 0.81% 0.11% -
HSV(B) 180º 0.9% 0.19% -
XYZ 1.72 2.45 3.29 -
YUV 35.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 5 49 49 0.90 0 0 0.81 180 0.81 0.11
Hex 5 31 31 5A 0 0 51 B4 51 B
Octal 5 61 61 132 0 0 121 264 121 13
Binary 101 110001 110001 1011010 0 0 1010001 10110100 1010001 1011

Color Harmonies of #053131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053131

Black with #053131

Text Example


Text Example

White with #053131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053131; }

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

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

background-color css

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

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

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

border-color css

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

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

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