#093234

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

Shades of Nordic #093234

Tints of Nordic #093234

Color information

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

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

Color convert

RGB95052-
CMYK0.830.0400.80
HSL182.79º70.49%11.96%-
HSV(B)182.79º82.69%20.39%-
XYZ1.872.593.65-
YUV37.97135.92107.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950520.830.0400.80182.7970.4911.96
Hex93234534050b746c
Octal1162641234012026710614
Binary10011100101101001010011100010100001011011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093234; }

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

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

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

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

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

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

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

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