#043033

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

Shades of Nordic #043033

Tints of Nordic #043033

Color information

#043033 (or 0x043033) is unknown color: approx Nordic. HEX triplet: 04, 30 and 33. RGB value is (4,48,51). Sum of RGB (Red+Green+Blue) = 4+48+51=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: blue. Hex color #043033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043033 is #FBCFCC. Grayscale: #232323. Windows color (decimal): -16502733 or 3354628. OLE color: 3354628.

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

Color convert

RGB44851-
CMYK0.920.0600.8
HSL183.83º85.45%10.78%-
HSV(B)183.83º92.16%20%-
XYZ1.72.383.5-
YUV35.19136.92105.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=3.88%
G=46.60%
B=49.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal448510.920.0600.8183.8385.4510.78
Hex430335C6050b855b
Octal460631346012027012513
Binary1001100001100111011100110010100001011100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043033; }

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

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

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

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

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

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

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

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