#092F32

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

Shades of Nordic #092F32

Tints of Nordic #092F32

Color information

#092F32 (or 0x092F32) is unknown color: approx Nordic. HEX triplet: 09, 2F and 32. RGB value is (9,47,50). Sum of RGB (Red+Green+Blue) = 9+47+50=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #092F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F32 is #F6D0CD. Grayscale: #232323. Windows color (decimal): -16175310 or 3288841. OLE color: 3288841.

HSL color Cylindrical-coordinate representation of color #092F32: hue angle of 184.39º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #092F32 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB94750-
CMYK0.820.0600.80
HSL184.39º69.49%11.57%-
HSV(B)184.39º82%19.61%-
XYZ1.72.323.38-
YUV35.98135.91108.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 47 (18.75% from 255) = 44.34%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=8.49%
G=44.34%
B=47.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal947500.820.0600.80184.3969.4911.57
Hex92F32526050b845c
Octal1157621226012027010514
Binary10011011111100101010010110010100001011100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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