#09373C

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

Shades of Nordic #09373C

Tints of Nordic #09373C

Color information

#09373C (or 0x09373C) is unknown color: approx Nordic. HEX triplet: 09, 37 and 3C. RGB value is (9,55,60). Sum of RGB (Red+Green+Blue) = 9+55+60=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #09373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09373C is #F6C8C3. Grayscale: #292929. Windows color (decimal): -16173252 or 3946249. OLE color: 3946249.

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

Color convert

RGB95560-
CMYK0.850.0800.76
HSL185.88º73.91%13.53%-
HSV(B)185.88º85%23.53%-
XYZ2.293.124.76-
YUV41.82138.26104.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 60 (23.83% from 255) = 48.39%
R=7.26%
G=44.35%
B=48.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal955600.850.0800.76185.8873.9113.53
Hex9373C55804Cba4ae
Octal11677412510011427211216
Binary100111011111110010101011000010011001011101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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