#093132

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

Shades of Nordic #093132

Tints of Nordic #093132

Color information

#093132 (or 0x093132) is unknown color: approx Nordic. HEX triplet: 09, 31 and 32. RGB value is (9,49,50). Sum of RGB (Red+Green+Blue) = 9+49+50=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #093132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093132 is #F6CECD. Grayscale: #252525. Windows color (decimal): -16174798 or 3289353. OLE color: 3289353.

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

Color convert

RGB94950-
CMYK0.820.0200.80
HSL181.46º69.49%11.57%-
HSV(B)181.46º82%19.61%-
XYZ1.792.483.4-
YUV37.15135.25107.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=8.33%
G=45.37%
B=46.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal949500.820.0200.80181.4669.4911.57
Hex93132522050b545c
Octal1161621222012026510514
Binary1001110001110010101001010010100001011010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093132; }

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

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

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

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

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

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

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

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