#043031

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

Shades of Nordic #043031

Tints of Nordic #043031

Color information

#043031 (or 0x043031) is unknown color: approx Nordic. HEX triplet: 04, 30 and 31. RGB value is (4,48,49). Sum of RGB (Red+Green+Blue) = 4+48+49=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #043031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043031 is #FBCFCE. Grayscale: #222222. Windows color (decimal): -16502735 or 3223556. OLE color: 3223556.

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

Color convert

RGB44849-
CMYK0.920.0200.81
HSL181.33º84.91%10.39%-
HSV(B)181.33º91.84%19.22%-
XYZ1.662.363.27-
YUV34.96135.92105.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.96%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 49 (19.53% from 255) = 48.51%
R=3.96%
G=47.52%
B=48.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448490.920.0200.81181.3384.9110.39
Hex430315C2051b555a
Octal460611342012126512512
Binary100110000110001101110010010100011011010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043031; }

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

 H1.HeaderClassName
 {
   color: #043031;
 }
 .AnyTagClassName
 {
   color: #043031;
 }
</style>
background-color css

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

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

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

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

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

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