#083841

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

Shades of Cyprus #083841

Tints of Cyprus #083841

Color information

#083841 (or 0x083841) is unknown color: approx Cyprus. HEX triplet: 08, 38 and 41. RGB value is (8,56,65). Sum of RGB (Red+Green+Blue) = 8+56+65=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #083841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083841 is #F7C7BE. Grayscale: #2A2A2A. Windows color (decimal): -16238527 or 4274184. OLE color: 4274184.

HSL color Cylindrical-coordinate representation of color #083841: hue angle of 189.47º 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 #083841 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB85665-
CMYK0.880.1400.75
HSL189.47º78.08%14.31%-
HSV(B)189.47º87.69%25.49%-
XYZ2.473.265.5-
YUV42.67140.6103.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=6.20%
G=43.41%
B=50.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal856650.880.1400.75189.4778.0814.31
Hex8384158E04Bbd4ee
Octal107010113016011327511616
Binary1000111000100000110110001110010010111011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083841; }

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

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

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

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

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

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

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

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