#093032

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

Shades of Nordic #093032

Tints of Nordic #093032

Color information

#093032 (or 0x093032) is unknown color: approx Nordic. HEX triplet: 09, 30 and 32. RGB value is (9,48,50). Sum of RGB (Red+Green+Blue) = 9+48+50=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #093032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093032 is #F6CFCD. Grayscale: #242424. Windows color (decimal): -16175054 or 3289097. OLE color: 3289097.

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

Color convert

RGB94850-
CMYK0.820.0400.80
HSL182.93º69.49%11.57%-
HSV(B)182.93º82%19.61%-
XYZ1.752.43.39-
YUV36.57135.58108.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=8.41%
G=44.86%
B=46.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal948500.820.0400.80182.9369.4911.57
Hex93032524050b745c
Octal1160621224012026710514
Binary10011100001100101010010100010100001011011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093032; }

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

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

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

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

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

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

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

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