#013535

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

Shades of Cyprus #013535

Tints of Cyprus #013535

Color information

#013535 (or 0x013535) is unknown color: approx Cyprus. HEX triplet: 01, 35 and 35. RGB value is (1,53,53). Sum of RGB (Red+Green+Blue) = 1+53+53=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #013535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013535 is #FECACA. Grayscale: #252525. Windows color (decimal): -16698059 or 3486977. OLE color: 3486977.

HSL color Cylindrical-coordinate representation of color #013535: hue angle of 180º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013535 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB15353-
CMYK0.98000.79
HSL180º96.3%10.59%-
HSV(B)180º98.11%20.78%-
XYZ1.932.813.81-
YUV37.45136.77102-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 53 (21.09% from 255) = 49.53%
R=0.93%
G=49.53%
B=49.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal153530.98000.7918096.310.59
Hex1353562004Fb460b
Octal165651420011726414013
Binary111010111010111000100010011111011010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013535; }

 p { color: rgb(1,53,53); }

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

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

 a { background-color: rgb(1,53,53); }

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

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

 span { border-color: rgb(1,53,53); }

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