Html Css Color HEX #043032 Nordic

📋 copy color: '#043032'

red 4 ◦ green 48 ◦ blue 50

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

Shades of Nordic #043032

Tints of Nordic #043032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 47.06%

 BLUE value IS 50 (19.92% from 255) = 49.02%

R = 3.92%
G = 47.06%
B = 49.02%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#043032 (or 0x043032) is known color: Nordic. HEX triplet: 04, 30 and 32. RGB value is (4,48,50). Sum of RGB (Red+Green+Blue) = 4+48+50=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #043032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043032 is #FBCFCD. Grayscale: #232323. Windows color (decimal): -16502734 or 3289092. OLE color: 3289092.

HSL color Cylindrical-coordinate representation of color #043032: hue angle of 182.61º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043032 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 48 50 -
CMYK 0.92 0.04 0 0.80
HSL 182.61º 0.85% 0.11% -
HSV(B) 182.61º 0.92% 0.2% -
XYZ 1.68 2.37 3.39 -
YUV 35.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 4 48 50 0.92 0.04 0 0.80 182.61 0.85 0.11
Hex 4 30 32 5C 4 0 50 B7 55 B
Octal 4 60 62 134 4 0 120 267 125 13
Binary 100 110000 110010 1011100 100 0 1010000 10110111 1010101 1011

Color Harmonies of #043032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043032

Black with #043032

Text Example


Text Example

White with #043032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043032; }

 p { color: rgb(4,48,50); }

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

background-color css

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

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

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

border-color css

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

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

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