Html Css Color HEX #013231 Cyprus

📋 copy color: '#013231'

red 1 ◦ green 50 ◦ blue 49

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

Shades of Cyprus #013231

Tints of Cyprus #013231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 50%

 BLUE value IS 49 (19.53% from 255) = 49%

R = 1%
G = 50%
B = 49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#013231 (or 0x013231) is known color: Cyprus. HEX triplet: 01, 32 and 31. RGB value is (1,50,49). Sum of RGB (Red+Green+Blue) = 1+50+49=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #013231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013231 is #FECDCE. Grayscale: #232323. Windows color (decimal): -16698831 or 3224065. OLE color: 3224065.

HSL color Cylindrical-coordinate representation of color #013231: hue angle of 178.78º 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 #013231 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 50 49 -
CMYK 0.98 0 0.02 0.80
HSL 178.78º 0.96% 0.1% -
HSV(B) 178.78º 0.98% 0.2% -
XYZ 1.71 2.51 3.3 -
YUV 35.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 1 50 49 0.98 0 0.02 0.80 178.78 0.96 0.1
Hex 1 32 31 62 0 2 50 B3 60 A
Octal 1 62 61 142 0 2 120 263 140 12
Binary 1 110010 110001 1100010 0 10 1010000 10110011 1100000 1010

Color Harmonies of #013231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013231

Black with #013231

Text Example


Text Example

White with #013231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013231; }

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

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

background-color css

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

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

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

border-color css

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

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

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