#0A3839

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

Shades of Cyprus #0A3839

Tints of Cyprus #0A3839

Color information

#0A3839 (or 0x0A3839) is unknown color: approx Cyprus. HEX triplet: 0A, 38 and 39. RGB value is (10,56,57). Sum of RGB (Red+Green+Blue) = 10+56+57=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #0A3839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3839 is #F5C7C6. Grayscale: #2A2A2A. Windows color (decimal): -16107463 or 3749898. OLE color: 3749898.

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

Color convert

RGB105657-
CMYK0.820.0200.78
HSL181.28º70.15%13.14%-
HSV(B)181.28º82.46%22.35%-
XYZ2.283.194.37-
YUV42.36136.26104.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.13%
GREEN value IS 56 (22.27% from 255) = 45.53%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=8.13%
G=45.53%
B=46.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1056570.820.0200.78181.2870.1513.14
HexA383952204Eb546d
Octal1270711222011626510615
Binary1010111000111001101001010010011101011010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3839; }

 p { color: rgb(10,56,57); }

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

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

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

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

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

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

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