Html Css Color HEX #09373B Nordic

📋 copy color: '#09373B'

red 9 ◦ green 55 ◦ blue 59

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

Shades of Nordic #09373B

Tints of Nordic #09373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 47.97%

R = 7.32%
G = 44.72%
B = 47.97%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09373B (or 0x09373B) is known color: Nordic. HEX triplet: 09, 37 and 3B. RGB value is (9,55,59). Sum of RGB (Red+Green+Blue) = 9+55+59=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 59 - color contains mainly: blue. Hex color #09373B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09373B is #F6C8C4. Grayscale: #292929. Windows color (decimal): -16173253 or 3880713. OLE color: 3880713.

HSL color Cylindrical-coordinate representation of color #09373B: hue angle of 184.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09373B is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 55 59 -
CMYK 0.85 0.07 0 0.77
HSL 184.8º 0.74% 0.13% -
HSV(B) 184.8º 0.85% 0.23% -
XYZ 2.27 3.11 4.62 -
YUV 41.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 9 55 59 0.85 0.07 0 0.77 184.8 0.74 0.13
Hex 9 37 3B 55 7 0 4D B9 4A D
Octal 11 67 73 125 7 0 115 271 112 15
Binary 1001 110111 111011 1010101 111 0 1001101 10111001 1001010 1101

Color Harmonies of #09373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09373B

Black with #09373B

Text Example


Text Example

White with #09373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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