Html Css Color HEX #093838 Cyprus

📋 copy color: '#093838'

red 9 ◦ green 56 ◦ blue 56

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

Shades of Cyprus #093838

Tints of Cyprus #093838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.28%

 BLUE value IS 56 (22.27% from 255) = 46.28%

R = 7.44%
G = 46.28%
B = 46.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093838 (or 0x093838) is known color: Cyprus. HEX triplet: 09, 38 and 38. RGB value is (9,56,56). Sum of RGB (Red+Green+Blue) = 9+56+56=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #093838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093838 is #F6C7C7. Grayscale: #292929. Windows color (decimal): -16173000 or 3684361. OLE color: 3684361.

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

Color convert

RGB 9 56 56 -
CMYK 0.84 0 0 0.78
HSL 180º 0.72% 0.13% -
HSV(B) 180º 0.84% 0.22% -
XYZ 2.24 3.17 4.24 -
YUV 41.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 9 56 56 0.84 0 0 0.78 180 0.72 0.13
Hex 9 38 38 54 0 0 4E B4 48 D
Octal 11 70 70 124 0 0 116 264 110 15
Binary 1001 111000 111000 1010100 0 0 1001110 10110100 1001000 1101

Color Harmonies of #093838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093838

Black with #093838

Text Example


Text Example

White with #093838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093838; }

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

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

background-color css

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

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

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

border-color css

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

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

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