#08383F

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

Shades of Cyprus #08383F

Tints of Cyprus #08383F

Color information

#08383F (or 0x08383F) is unknown color: approx Cyprus. HEX triplet: 08, 38 and 3F. RGB value is (8,56,63). Sum of RGB (Red+Green+Blue) = 8+56+63=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #08383F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08383F is #F7C7C0. Grayscale: #2A2A2A. Windows color (decimal): -16238529 or 4143112. OLE color: 4143112.

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

Color convert

RGB85663-
CMYK0.870.1100.75
HSL187.64º77.46%13.92%-
HSV(B)187.64º87.3%24.71%-
XYZ2.413.245.2-
YUV42.45139.6103.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 63 (25% from 255) = 49.61%
R=6.30%
G=44.09%
B=49.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal856630.870.1100.75187.6477.4613.92
Hex8383F57B04Bbc4de
Octal10707712713011327411516
Binary100011100011111110101111011010010111011110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08383F; }

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

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

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

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

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

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

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

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