#083939

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

Shades of Cyprus #083939

Tints of Cyprus #083939

Color information

#083939 (or 0x083939) is unknown color: approx Cyprus. HEX triplet: 08, 39 and 39. RGB value is (8,57,57). Sum of RGB (Red+Green+Blue) = 8+57+57=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #083939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083939 is #F7C6C6. Grayscale: #2A2A2A. Windows color (decimal): -16238279 or 3750152. OLE color: 3750152.

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

Color convert

RGB85757-
CMYK0.86000.78
HSL180º75.38%12.75%-
HSV(B)180º85.96%22.35%-
XYZ2.33.274.38-
YUV42.35136.27103.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 57 (22.66% from 255) = 46.72%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=6.56%
G=46.72%
B=46.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857570.86000.7818075.3812.75
Hex8393956004Eb44bd
Octal1071711260011626411315
Binary100011100111100110101100010011101011010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083939; }

 p { color: rgb(8,57,57); }

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

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

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

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

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

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

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