#083840

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

Shades of Cyprus #083840

Tints of Cyprus #083840

Color information

#083840 (or 0x083840) is unknown color: approx Cyprus. HEX triplet: 08, 38 and 40. RGB value is (8,56,64). Sum of RGB (Red+Green+Blue) = 8+56+64=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #083840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083840 is #F7C7BF. Grayscale: #2A2A2A. Windows color (decimal): -16238528 or 4208648. OLE color: 4208648.

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

Color convert

RGB85664-
CMYK0.870.1300.75
HSL188.57º77.78%14.12%-
HSV(B)188.57º87.5%25.1%-
XYZ2.443.255.35-
YUV42.56140.1103.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 64 (25.39% from 255) = 50%
R=6.25%
G=43.75%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal856640.870.1300.75188.5777.7814.12
Hex8384057D04Bbd4ee
Octal107010012715011327511616
Binary1000111000100000010101111101010010111011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083840; }

 p { color: rgb(8,56,64); }

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

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

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

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

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

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

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