#013130

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

Shades of Cyprus #013130

Tints of Cyprus #013130

Color information

#013130 (or 0x013130) is unknown color: approx Cyprus. HEX triplet: 01, 31 and 30. RGB value is (1,49,48). Sum of RGB (Red+Green+Blue) = 1+49+48=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #013130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013130 is #FECECF. Grayscale: #222222. Windows color (decimal): -16699088 or 3158273. OLE color: 3158273.

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

Color convert

RGB14948-
CMYK0.9800.020.81
HSL178.75º96%9.8%-
HSV(B)178.75º97.96%19.22%-
XYZ1.642.423.18-
YUV34.53135.6104.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 48.98%
R=1.02%
G=50%
B=48.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149480.9800.020.81178.75969.8
Hex13130620251b360a
Octal161601420212126314012
Binary1110001110000110001001010100011011001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013130; }

 p { color: rgb(1,49,48); }

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

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

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

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

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

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

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