#03302F

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

Shades of Nordic #03302F

Tints of Nordic #03302F

Color information

#03302F (or 0x03302F) is unknown color: approx Nordic. HEX triplet: 03, 30 and 2F. RGB value is (3,48,47). Sum of RGB (Red+Green+Blue) = 3+48+47=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #03302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03302F is #FCCFD0. Grayscale: #222222. Windows color (decimal): -16568273 or 3092483. OLE color: 3092483.

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

Color convert

RGB34847-
CMYK0.9400.020.81
HSL178.67º88.24%10%-
HSV(B)178.67º93.75%18.82%-
XYZ1.612.343.06-
YUV34.43135.09105.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 47 (18.75% from 255) = 47.96%
R=3.06%
G=48.98%
B=47.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348470.9400.020.81178.6788.2410
Hex3302F5E0251b358a
Octal360571360212126313012
Binary11110000101111101111001010100011011001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03302F; }

 p { color: rgb(3,48,47); }

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

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

 a { background-color: rgb(3,48,47); }

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

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

 span { border-color: rgb(3,48,47); }

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