Html Css Color HEX #013203 Myrtle

📋 copy color: '#013203'

red 1 ◦ green 50 ◦ blue 3

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

Shades of Myrtle #013203

Tints of Myrtle #013203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.56%

R = 1.85%
G = 92.59%
B = 5.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.80

RGB Variations

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

Color information

#013203 (or 0x013203) is known color: Myrtle. HEX triplet: 01, 32 and 03. RGB value is (1,50,3). Sum of RGB (Red+Green+Blue) = 1+50+3=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 50 (19.92% from 255 or 92.59% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 50 - color contains mainly: green. Hex color #013203 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013203 is #FECDFC. Grayscale: #1E1E1E. Windows color (decimal): -16698877 or 209409. OLE color: 209409.

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

Color convert

RGB 1 50 3 -
CMYK 0.98 0 0.94 0.80
HSL 122.45º 0.96% 0.1% -
HSV(B) 122.45º 0.98% 0.2% -
XYZ 1.17 2.29 0.47 -
YUV 29.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 1 50 3 0.98 0 0.94 0.80 122.45 0.96 0.1
Hex 1 32 3 62 0 5E 50 7A 60 A
Octal 1 62 3 142 0 136 120 172 140 12
Binary 1 110010 11 1100010 0 1011110 1010000 1111010 1100000 1010

Color Harmonies of #013203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013203

Black with #013203

Text Example


Text Example

White with #013203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013203; }

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

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

background-color css

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

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

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

border-color css

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

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

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