#09403B

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

Shades of Cyprus #09403B

Tints of Cyprus #09403B

Color information

#09403B (or 0x09403B) is unknown color: approx Cyprus. HEX triplet: 09, 40 and 3B. RGB value is (9,64,59). Sum of RGB (Red+Green+Blue) = 9+64+59=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #09403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09403B is #F6BFC4. Grayscale: #2E2E2E. Windows color (decimal): -16170949 or 3883017. OLE color: 3883017.

HSL color Cylindrical-coordinate representation of color #09403B: hue angle of 174.55º 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 #09403B is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB96459-
CMYK0.8600.080.75
HSL174.55º75.34%14.31%-
HSV(B)174.55º85.94%25.1%-
XYZ2.744.044.77-
YUV46.98134.78100.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 59 (23.44% from 255) = 44.70%
R=6.82%
G=48.48%
B=44.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964590.8600.080.75174.5575.3414.31
Hex9403B56084Baf4be
Octal111007312601011325711316
Binary1001100000011101110101100100010010111010111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09403B; }

 p { color: rgb(9,64,59); }

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

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

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

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

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

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

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