#09313A

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

Shades of Nordic #09313A

Tints of Nordic #09313A

Color information

#09313A (or 0x09313A) is unknown color: approx Nordic. HEX triplet: 09, 31 and 3A. RGB value is (9,49,58). Sum of RGB (Red+Green+Blue) = 9+49+58=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #09313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09313A is #F6CEC5. Grayscale: #252525. Windows color (decimal): -16174790 or 3813641. OLE color: 3813641.

HSL color Cylindrical-coordinate representation of color #09313A: hue angle of 191.02º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09313A is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB94958-
CMYK0.840.1600.77
HSL191.02º73.13%13.14%-
HSV(B)191.02º84.48%22.75%-
XYZ1.972.564.39-
YUV38.07139.25107.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 58 (23.05% from 255) = 50%
R=7.76%
G=42.24%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal949580.840.1600.77191.0273.1313.14
Hex9313A541004Dbf49d
Octal11617212420011527711115
Binary1001110001111010101010010000010011011011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09313A; }

 p { color: rgb(9,49,58); }

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

<style>
 a { background-color: #09313A; }

 a { background-color: rgb(9,49,58); }

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

<style>
 span { border-color: #09313A; }

 span { border-color: rgb(9,49,58); }

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