Html Css Color HEX #013F3D Cyprus

📋 copy color: '#013F3D'

red 1 ◦ green 63 ◦ blue 61

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

Shades of Cyprus #013F3D

Tints of Cyprus #013F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 50.4%

 BLUE value IS 61 (24.22% from 255) = 48.8%

R = 0.8%
G = 50.4%
B = 48.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#013F3D (or 0x013F3D) is known color: Cyprus. HEX triplet: 01, 3F and 3D. RGB value is (1,63,61). Sum of RGB (Red+Green+Blue) = 1+63+61=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #013F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F3D is #FEC0C2. Grayscale: #2C2C2C. Windows color (decimal): -16695491 or 4013825. OLE color: 4013825.

HSL color Cylindrical-coordinate representation of color #013F3D: hue angle of 178.06º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F3D is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 63 61 -
CMYK 0.98 0 0.03 0.75
HSL 178.06º 0.97% 0.13% -
HSV(B) 178.06º 0.98% 0.25% -
XYZ 2.63 3.9 5.03 -
YUV 44.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 1 63 61 0.98 0 0.03 0.75 178.06 0.97 0.13
Hex 1 3F 3D 62 0 3 4B B2 61 D
Octal 1 77 75 142 0 3 113 262 141 15
Binary 1 111111 111101 1100010 0 11 1001011 10110010 1100001 1101

Color Harmonies of #013F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F3D

Black with #013F3D

Text Example


Text Example

White with #013F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F3D; }

 p { color: rgb(1,63,61); }

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

background-color css

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

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

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

border-color css

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

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

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