Html Css Color HEX #09373D Nordic

📋 copy color: '#09373D'

red 9 ◦ green 55 ◦ blue 61

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

Shades of Nordic #09373D

Tints of Nordic #09373D

RGB

 RED value IS 9 (3.91% from 255) = 7.2%

 GREEN value IS 55 (21.88% from 255) = 44%

 BLUE value IS 61 (24.22% from 255) = 48.8%

R = 7.2%
G = 44%
B = 48.8%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09373D (or 0x09373D) is known color: Nordic. HEX triplet: 09, 37 and 3D. RGB value is (9,55,61). Sum of RGB (Red+Green+Blue) = 9+55+61=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #09373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09373D is #F6C8C2. Grayscale: #292929. Windows color (decimal): -16173251 or 4011785. OLE color: 4011785.

HSL color Cylindrical-coordinate representation of color #09373D: hue angle of 186.92º 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 #09373D is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 55 61 -
CMYK 0.85 0.10 0 0.76
HSL 186.92º 0.74% 0.14% -
HSV(B) 186.92º 0.85% 0.24% -
XYZ 2.32 3.13 4.9 -
YUV 41.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 9 55 61 0.85 0.10 0 0.76 186.92 0.74 0.14
Hex 9 37 3D 55 A 0 4C BB 4A E
Octal 11 67 75 125 12 0 114 273 112 16
Binary 1001 110111 111101 1010101 1010 0 1001100 10111011 1001010 1110

Color Harmonies of #09373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09373D

Black with #09373D

Text Example


Text Example

White with #09373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09373D;
 }
 .AnyTagClassName
 {
   color: #09373D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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