Html Css Color HEX #043131 Nordic

📋 copy color: '#043131'

red 4 ◦ green 49 ◦ blue 49

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

Shades of Nordic #043131

Tints of Nordic #043131

RGB

 RED value IS 4 (1.95% from 255) = 3.92%

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

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

R = 3.92%
G = 48.04%
B = 48.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#043131 (or 0x043131) is known color: Nordic. HEX triplet: 04, 31 and 31. RGB value is (4,49,49). Sum of RGB (Red+Green+Blue) = 4+49+49=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #043131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043131 is #FBCECE. Grayscale: #232323. Windows color (decimal): -16502479 or 3223812. OLE color: 3223812.

HSL color Cylindrical-coordinate representation of color #043131: hue angle of 180º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043131 is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 49 49 -
CMYK 0.92 0 0 0.81
HSL 180º 0.85% 0.1% -
HSV(B) 180º 0.92% 0.19% -
XYZ 1.7 2.44 3.29 -
YUV 35.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 4 49 49 0.92 0 0 0.81 180 0.85 0.1
Hex 4 31 31 5C 0 0 51 B4 55 A
Octal 4 61 61 134 0 0 121 264 125 12
Binary 100 110001 110001 1011100 0 0 1010001 10110100 1010101 1010

Color Harmonies of #043131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043131

Black with #043131

Text Example


Text Example

White with #043131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043131; }

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

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

background-color css

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

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

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

border-color css

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

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

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