#093432

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

Shades of Nordic #093432

Tints of Nordic #093432

Color information

#093432 (or 0x093432) is unknown color: approx Nordic. HEX triplet: 09, 34 and 32. RGB value is (9,52,50). Sum of RGB (Red+Green+Blue) = 9+52+50=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #093432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093432 is #F6CBCD. Grayscale: #262626. Windows color (decimal): -16174030 or 3290121. OLE color: 3290121.

HSL color Cylindrical-coordinate representation of color #093432: hue angle of 177.21º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093432 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB95250-
CMYK0.8300.040.80
HSL177.21º70.49%11.96%-
HSV(B)177.21º82.69%20.39%-
XYZ1.922.743.45-
YUV38.92134.25106.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=8.11%
G=46.85%
B=45.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952500.8300.040.80177.2170.4911.96
Hex93432530450b146c
Octal1164621230412026110614
Binary10011101001100101010011010010100001011000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093432; }

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

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

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

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

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

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

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

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