#093130

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

Shades of Nordic #093130

Tints of Nordic #093130

Color information

#093130 (or 0x093130) is unknown color: approx Nordic. HEX triplet: 09, 31 and 30. RGB value is (9,49,48). Sum of RGB (Red+Green+Blue) = 9+49+48=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #093130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093130 is #F6CECF. Grayscale: #242424. Windows color (decimal): -16174800 or 3158281. OLE color: 3158281.

HSL color Cylindrical-coordinate representation of color #093130: hue angle of 178.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093130 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB94948-
CMYK0.8200.020.81
HSL178.5º68.97%11.37%-
HSV(B)178.5º81.63%19.22%-
XYZ1.742.473.18-
YUV36.93134.25108.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 48 (19.14% from 255) = 45.28%
R=8.49%
G=46.23%
B=45.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949480.8200.020.81178.568.9711.37
Hex93130520251b245b
Octal1161601220212126210513
Binary1001110001110000101001001010100011011001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093130; }

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

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

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

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

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

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

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

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