#092F31

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

Shades of Nordic #092F31

Tints of Nordic #092F31

Color information

#092F31 (or 0x092F31) is unknown color: approx Nordic. HEX triplet: 09, 2F and 31. RGB value is (9,47,49). Sum of RGB (Red+Green+Blue) = 9+47+49=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #092F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F31 is #F6D0CE. Grayscale: #232323. Windows color (decimal): -16175311 or 3223305. OLE color: 3223305.

HSL color Cylindrical-coordinate representation of color #092F31: hue angle of 183º 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 #092F31 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB94749-
CMYK0.820.0400.81
HSL183º68.97%11.37%-
HSV(B)183º81.63%19.22%-
XYZ1.682.313.26-
YUV35.87135.41108.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 47 (18.75% from 255) = 44.76%
BLUE value IS 49 (19.53% from 255) = 46.67%
R=8.57%
G=44.76%
B=46.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal947490.820.0400.8118368.9711.37
Hex92F31524051b745b
Octal1157611224012126710513
Binary10011011111100011010010100010100011011011110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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