#09322F

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

Shades of Nordic #09322F

Tints of Nordic #09322F

Color information

#09322F (or 0x09322F) is unknown color: approx Nordic. HEX triplet: 09, 32 and 2F. RGB value is (9,50,47). Sum of RGB (Red+Green+Blue) = 9+50+47=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #09322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09322F is #F6CDD0. Grayscale: #252525. Windows color (decimal): -16174545 or 3093001. OLE color: 3093001.

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

Color convert

RGB95047-
CMYK0.8200.060.80
HSL175.61º69.49%11.57%-
HSV(B)175.61º82%19.61%-
XYZ1.772.543.09-
YUV37.4133.42107.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 50 (19.92% from 255) = 47.17%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=8.49%
G=47.17%
B=44.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950470.8200.060.80175.6169.4911.57
Hex9322F520650b045c
Octal1162571220612026010514
Binary10011100101011111010010011010100001011000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09322F; }

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

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

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

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

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

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

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

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