#09373F

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

Shades of Nordic #09373F

Tints of Nordic #09373F

Color information

#09373F (or 0x09373F) is unknown color: approx Nordic. HEX triplet: 09, 37 and 3F. RGB value is (9,55,63). Sum of RGB (Red+Green+Blue) = 9+55+63=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #09373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09373F is #F6C8C0. Grayscale: #2A2A2A. Windows color (decimal): -16173249 or 4142857. OLE color: 4142857.

HSL color Cylindrical-coordinate representation of color #09373F: hue angle of 188.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09373F is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB95563-
CMYK0.860.1300.75
HSL188.89º75%14.12%-
HSV(B)188.89º85.71%24.71%-
XYZ2.383.155.19-
YUV42.16139.76104.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 55 (21.88% from 255) = 43.31%
BLUE value IS 63 (25% from 255) = 49.61%
R=7.09%
G=43.31%
B=49.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal955630.860.1300.75188.897514.12
Hex9373F56D04Bbd4be
Octal11677712615011327511316
Binary100111011111111110101101101010010111011110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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