#043032

Color #043032 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #043032

Tints of Nordic #043032

Color information

#043032 (or 0x043032) is unknown color: approx 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

RGB44850-
CMYK0.920.0400.80
HSL182.61º85.19%10.59%-
HSV(B)182.61º92%19.61%-
XYZ1.682.373.39-
YUV35.07136.42105.84-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal448500.920.0400.80182.6185.1910.59
Hex430325C4050b755b
Octal460621344012026712513
Binary1001100001100101011100100010100001011011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>