Html Css Color HEX #094949 Cyprus

📋 copy color: '#094949'

red 9 ◦ green 73 ◦ blue 73

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

Shades of Cyprus #094949

Tints of Cyprus #094949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.1%

 BLUE value IS 73 (28.91% from 255) = 47.1%

R = 5.81%
G = 47.1%
B = 47.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#094949 (or 0x094949) is known color: Cyprus. HEX triplet: 09, 49 and 49. RGB value is (9,73,73). Sum of RGB (Red+Green+Blue) = 9+73+73=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #094949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094949 is #F6B6B6. Grayscale: #353535. Windows color (decimal): -16168631 or 4802825. OLE color: 4802825.

HSL color Cylindrical-coordinate representation of color #094949: hue angle of 180º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094949 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 73 -
CMYK 0.88 0 0 0.71
HSL 180º 0.78% 0.16% -
HSV(B) 180º 0.88% 0.29% -
XYZ 3.7 5.3 7.13 -
YUV 53.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 9 73 73 0.88 0 0 0.71 180 0.78 0.16
Hex 9 49 49 58 0 0 47 B4 4E 10
Octal 11 111 111 130 0 0 107 264 116 20
Binary 1001 1001001 1001001 1011000 0 0 1000111 10110100 1001110 10000

Color Harmonies of #094949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094949

Black with #094949

Text Example


Text Example

White with #094949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094949; }

 p { color: rgb(9,73,73); }

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

background-color css

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

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

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

border-color css

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

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

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