#09323D

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

Shades of Nordic #09323D

Tints of Nordic #09323D

Color information

#09323D (or 0x09323D) is unknown color: approx Nordic. HEX triplet: 09, 32 and 3D. RGB value is (9,50,61). Sum of RGB (Red+Green+Blue) = 9+50+61=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #09323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09323D is #F6CDC2. Grayscale: #262626. Windows color (decimal): -16174531 or 4010505. OLE color: 4010505.

HSL color Cylindrical-coordinate representation of color #09323D: hue angle of 192.69º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09323D is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB95061-
CMYK0.850.1800.76
HSL192.69º74.29%13.73%-
HSV(B)192.69º85.25%23.92%-
XYZ2.12.684.82-
YUV38.99140.42106.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 61 (24.22% from 255) = 50.83%
R=7.5%
G=41.67%
B=50.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal950610.850.1800.76192.6974.2913.73
Hex9323D551204Cc14ae
Octal11627512522011430111216
Binary1001110010111101101010110010010011001100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09323D; }

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

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

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

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

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

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

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

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