Html Css Color HEX #013935 Cyprus

📋 copy color: '#013935'

red 1 ◦ green 57 ◦ blue 53

#013935
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #013935

Tints of Cyprus #013935

RGB

 RED value IS 1 (0.78% from 255) = 0.9%

 GREEN value IS 57 (22.66% from 255) = 51.35%

 BLUE value IS 53 (21.09% from 255) = 47.75%

R = 0.9%
G = 51.35%
B = 47.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#013935 (or 0x013935) is known color: Cyprus. HEX triplet: 01, 39 and 35. RGB value is (1,57,53). Sum of RGB (Red+Green+Blue) = 1+57+53=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #013935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013935 is #FEC6CA. Grayscale: #272727. Windows color (decimal): -16697035 or 3488001. OLE color: 3488001.

HSL color Cylindrical-coordinate representation of color #013935: hue angle of 175.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013935 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 53 -
CMYK 0.98 0 0.07 0.78
HSL 175.71º 0.97% 0.11% -
HSV(B) 175.71º 0.98% 0.22% -
XYZ 2.12 3.19 3.87 -
YUV 39.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 1 57 53 0.98 0 0.07 0.78 175.71 0.97 0.11
Hex 1 39 35 62 0 7 4E B0 61 B
Octal 1 71 65 142 0 7 116 260 141 13
Binary 1 111001 110101 1100010 0 111 1001110 10110000 1100001 1011

Color Harmonies of #013935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013935

Black with #013935

Text Example


Text Example

White with #013935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013935; }

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

 H1.HeaderClassName
 {
   color: #013935;
 }
 .AnyTagClassName
 {
   color: #013935;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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