#09373B

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

Shades of Nordic #09373B

Tints of Nordic #09373B

Color information

#09373B (or 0x09373B) is unknown color: approx 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

RGB95559-
CMYK0.850.0700.77
HSL184.8º73.53%13.33%-
HSV(B)184.8º84.75%23.14%-
XYZ2.273.114.62-
YUV41.7137.76104.67-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal955590.850.0700.77184.873.5313.33
Hex9373B55704Db94ad
Octal1167731257011527111215
Binary10011101111110111010101111010011011011100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>