Html Css Color HEX #09393D Cyprus

📋 copy color: '#09393D'

red 9 ◦ green 57 ◦ blue 61

#09393D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #09393D

Tints of Cyprus #09393D

RGB

 RED value IS 9 (3.91% from 255) = 7.09%

 GREEN value IS 57 (22.66% from 255) = 44.88%

 BLUE value IS 61 (24.22% from 255) = 48.03%

R = 7.09%
G = 44.88%
B = 48.03%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09393D (or 0x09393D) is known color: Cyprus. HEX triplet: 09, 39 and 3D. RGB value is (9,57,61). Sum of RGB (Red+Green+Blue) = 9+57+61=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #09393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09393D is #F6C6C2. Grayscale: #2B2B2B. Windows color (decimal): -16172739 or 4012297. OLE color: 4012297.

HSL color Cylindrical-coordinate representation of color #09393D: hue angle of 184.62º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09393D is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 57 61 -
CMYK 0.85 0.07 0 0.76
HSL 184.62º 0.74% 0.14% -
HSV(B) 184.62º 0.85% 0.24% -
XYZ 2.42 3.32 4.93 -
YUV 43.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 9 57 61 0.85 0.07 0 0.76 184.62 0.74 0.14
Hex 9 39 3D 55 7 0 4C B9 4A E
Octal 11 71 75 125 7 0 114 271 112 16
Binary 1001 111001 111101 1010101 111 0 1001100 10111001 1001010 1110

Color Harmonies of #09393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09393D

Black with #09393D

Text Example


Text Example

White with #09393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09393D;
 }
 .AnyTagClassName
 {
   color: #09393D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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