Html Css Color HEX #013331 Cyprus

📋 copy color: '#013331'

red 1 ◦ green 51 ◦ blue 49

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

Shades of Cyprus #013331

Tints of Cyprus #013331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 50.5%

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

R = 0.99%
G = 50.5%
B = 48.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#013331 (or 0x013331) is known color: Cyprus. HEX triplet: 01, 33 and 31. RGB value is (1,51,49). Sum of RGB (Red+Green+Blue) = 1+51+49=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #013331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013331 is #FECCCE. Grayscale: #232323. Windows color (decimal): -16698575 or 3224321. OLE color: 3224321.

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

Color convert

RGB 1 51 49 -
CMYK 0.98 0 0.04 0.8
HSL 177.6º 0.96% 0.1% -
HSV(B) 177.6º 0.98% 0.2% -
XYZ 1.75 2.6 3.31 -
YUV 35.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 1 51 49 0.98 0 0.04 0.8 177.6 0.96 0.1
Hex 1 33 31 62 0 4 50 B2 60 A
Octal 1 63 61 142 0 4 120 262 140 12
Binary 1 110011 110001 1100010 0 100 1010000 10110010 1100000 1010

Color Harmonies of #013331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013331

Black with #013331

Text Example


Text Example

White with #013331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013331; }

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

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

background-color css

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

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

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

border-color css

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

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

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