#013333

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

Shades of Cyprus #013333

Tints of Cyprus #013333

Color information

#013333 (or 0x013333) is unknown color: approx Cyprus. HEX triplet: 01, 33 and 33. RGB value is (1,51,51). Sum of RGB (Red+Green+Blue) = 1+51+51=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 51 (20.31% from 255 or 49.51% from 103); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #013333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013333 is #FECCCC. Grayscale: #242424. Windows color (decimal): -16698573 or 3355393. OLE color: 3355393.

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

Color convert

RGB15151-
CMYK0.98000.8
HSL180º96.15%10.2%-
HSV(B)180º98.04%20%-
XYZ1.792.613.54-
YUV36.05136.44103-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 51 (20.31% from 255) = 49.51%
R=0.97%
G=49.51%
B=49.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151510.98000.818096.1510.2
Hex13333620050b460a
Octal163631420012026414012
Binary111001111001111000100010100001011010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013333; }

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

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

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

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

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

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

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

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