#033130

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

Shades of Nordic #033130

Tints of Nordic #033130

Color information

#033130 (or 0x033130) is unknown color: approx Nordic. HEX triplet: 03, 31 and 30. RGB value is (3,49,48). Sum of RGB (Red+Green+Blue) = 3+49+48=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #033130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033130 is #FCCECF. Grayscale: #232323. Windows color (decimal): -16568016 or 3158275. OLE color: 3158275.

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

Color convert

RGB34948-
CMYK0.9400.020.81
HSL178.7º88.46%10.2%-
HSV(B)178.7º93.88%19.22%-
XYZ1.672.433.18-
YUV35.13135.26105.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 48 (19.14% from 255) = 48%
R=3%
G=49%
B=48%

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
Decimal349480.9400.020.81178.788.4610.2
Hex331305E0251b358a
Octal361601360212126313012
Binary11110001110000101111001010100011011001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033130; }

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

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

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

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

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

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

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

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