#09393F

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

Shades of Cyprus #09393F

Tints of Cyprus #09393F

Color information

#09393F (or 0x09393F) is unknown color: approx Cyprus. HEX triplet: 09, 39 and 3F. RGB value is (9,57,63). Sum of RGB (Red+Green+Blue) = 9+57+63=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #09393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09393F is #F6C6C0. Grayscale: #2B2B2B. Windows color (decimal): -16172737 or 4143369. OLE color: 4143369.

HSL color Cylindrical-coordinate representation of color #09393F: hue angle of 186.67º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09393F is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB95763-
CMYK0.860.1000.75
HSL186.67º75%14.12%-
HSV(B)186.67º85.71%24.71%-
XYZ2.473.345.22-
YUV43.33139.1103.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 57 (22.66% from 255) = 44.19%
BLUE value IS 63 (25% from 255) = 48.84%
R=6.98%
G=44.19%
B=48.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal957630.860.1000.75186.677514.12
Hex9393F56A04Bbb4be
Octal11717712612011327311316
Binary100111100111111110101101010010010111011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09393F; }

 p { color: rgb(9,57,63); }

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

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

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

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

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

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

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