#093232

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

Shades of Nordic #093232

Tints of Nordic #093232

Color information

#093232 (or 0x093232) is unknown color: approx Nordic. HEX triplet: 09, 32 and 32. RGB value is (9,50,50). Sum of RGB (Red+Green+Blue) = 9+50+50=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #093232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093232 is #F6CDCD. Grayscale: #252525. Windows color (decimal): -16174542 or 3289609. OLE color: 3289609.

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

Color convert

RGB95050-
CMYK0.82000.80
HSL180º69.49%11.57%-
HSV(B)180º82%19.61%-
XYZ1.832.573.42-
YUV37.74134.92107.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=8.26%
G=45.87%
B=45.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950500.82000.8018069.4911.57
Hex93232520050b445c
Octal1162621220012026410514
Binary100111001011001010100100010100001011010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093232; }

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

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

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

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

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

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

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

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