#09383A

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

Shades of Cyprus #09383A

Tints of Cyprus #09383A

Color information

#09383A (or 0x09383A) is unknown color: approx Cyprus. HEX triplet: 09, 38 and 3A. RGB value is (9,56,58). Sum of RGB (Red+Green+Blue) = 9+56+58=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 58 - color contains mainly: blue. Hex color #09383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09383A is #F6C7C5. Grayscale: #2A2A2A. Windows color (decimal): -16172998 or 3815433. OLE color: 3815433.

HSL color Cylindrical-coordinate representation of color #09383A: hue angle of 182.45º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09383A is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB95658-
CMYK0.840.0300.77
HSL182.45º73.13%13.14%-
HSV(B)182.45º84.48%22.75%-
XYZ2.293.194.5-
YUV42.18136.93104.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 56 (22.27% from 255) = 45.53%
BLUE value IS 58 (23.05% from 255) = 47.15%
R=7.32%
G=45.53%
B=47.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal956580.840.0300.77182.4573.1313.14
Hex9383A54304Db649d
Octal1170721243011526611115
Binary1001111000111010101010011010011011011011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09383A; }

 p { color: rgb(9,56,58); }

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

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

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

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

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

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

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