#092C31

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

Shades of Nordic #092C31

Tints of Nordic #092C31

Color information

#092C31 (or 0x092C31) is unknown color: approx Nordic. HEX triplet: 09, 2C and 31. RGB value is (9,44,49). Sum of RGB (Red+Green+Blue) = 9+44+49=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #092C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C31 is #F6D3CE. Grayscale: #222222. Windows color (decimal): -16176079 or 3222537. OLE color: 3222537.

HSL color Cylindrical-coordinate representation of color #092C31: hue angle of 187.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092C31 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB94449-
CMYK0.820.1000.81
HSL187.5º68.97%11.37%-
HSV(B)187.5º81.63%19.22%-
XYZ1.572.083.22-
YUV34.1136.4110.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 44 (17.58% from 255) = 43.14%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=8.82%
G=43.14%
B=48.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal944490.820.1000.81187.568.9711.37
Hex92C3152A051bc45b
Octal11546112212012127410513
Binary100110110011000110100101010010100011011110010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092C31; }

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

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

<style>
 a { background-color: #092C31; }

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

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

<style>
 span { border-color: #092C31; }

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

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