#09303A

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

Shades of Nordic #09303A

Tints of Nordic #09303A

Color information

#09303A (or 0x09303A) is unknown color: approx Nordic. HEX triplet: 09, 30 and 3A. RGB value is (9,48,58). Sum of RGB (Red+Green+Blue) = 9+48+58=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #09303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09303A is #F6CFC5. Grayscale: #252525. Windows color (decimal): -16175046 or 3813385. OLE color: 3813385.

HSL color Cylindrical-coordinate representation of color #09303A: hue angle of 192.24º 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 #09303A is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB94858-
CMYK0.840.1700.77
HSL192.24º73.13%13.14%-
HSV(B)192.24º84.48%22.75%-
XYZ1.932.484.38-
YUV37.48139.58107.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=7.83%
G=41.74%
B=50.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal948580.840.1700.77192.2473.1313.14
Hex9303A541104Dc049d
Octal11607212421011530011115
Binary1001110000111010101010010001010011011100000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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