Html Css Color HEX #09322F Nordic

📋 copy color: '#09322F'

red 9 ◦ green 50 ◦ blue 47

#09322F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #09322F

Tints of Nordic #09322F

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 value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#09322F (or 0x09322F) is known color: 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

RGB 9 50 47 -
CMYK 0.82 0 0.06 0.80
HSL 175.61º 0.69% 0.12% -
HSV(B) 175.61º 0.82% 0.2% -
XYZ 1.77 2.54 3.09 -
YUV 37.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 9 50 47 0.82 0 0.06 0.80 175.61 0.69 0.12
Hex 9 32 2F 52 0 6 50 B0 45 C
Octal 11 62 57 122 0 6 120 260 105 14
Binary 1001 110010 101111 1010010 0 110 1010000 10110000 1000101 1100

Color Harmonies of #09322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09322F

Black with #09322F

Text Example


Text Example

White with #09322F

Text Example


Text Example

HTML Codes & Css Web 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>