#093131

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

Shades of Nordic #093131

Tints of Nordic #093131

Color information

#093131 (or 0x093131) is unknown color: approx Nordic. HEX triplet: 09, 31 and 31. RGB value is (9,49,49). Sum of RGB (Red+Green+Blue) = 9+49+49=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #093131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093131 is #F6CECE. Grayscale: #252525. Windows color (decimal): -16174799 or 3223817. OLE color: 3223817.

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

Color convert

RGB94949-
CMYK0.82000.81
HSL180º68.97%11.37%-
HSV(B)180º81.63%19.22%-
XYZ1.772.483.29-
YUV37.04134.75108-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 49 (19.53% from 255) = 45.79%
BLUE value IS 49 (19.53% from 255) = 45.79%
R=8.41%
G=45.79%
B=45.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949490.82000.8118068.9711.37
Hex93131520051b445b
Octal1161611220012126410513
Binary100111000111000110100100010100011011010010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093131; }

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

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

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

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

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

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

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

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