Html Css Color HEX #013302 Myrtle

📋 copy color: '#013302'

red 1 ◦ green 51 ◦ blue 2

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

Shades of Myrtle #013302

Tints of Myrtle #013302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.7%

R = 1.85%
G = 94.44%
B = 3.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#013302 (or 0x013302) is known color: Myrtle. HEX triplet: 01, 33 and 02. RGB value is (1,51,2). Sum of RGB (Red+Green+Blue) = 1+51+2=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 51 (20.31% from 255 or 94.44% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 51 - color contains mainly: green. Hex color #013302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013302 is #FECCFD. Grayscale: #1E1E1E. Windows color (decimal): -16698622 or 144129. OLE color: 144129.

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

Color convert

RGB 1 51 2 -
CMYK 0.98 0 0.96 0.8
HSL 121.2º 0.96% 0.1% -
HSV(B) 121.2º 0.98% 0.2% -
XYZ 1.21 2.38 0.45 -
YUV 30.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 1 51 2 0.98 0 0.96 0.8 121.2 0.96 0.1
Hex 1 33 2 62 0 60 50 79 60 A
Octal 1 63 2 142 0 140 120 171 140 12
Binary 1 110011 10 1100010 0 1100000 1010000 1111001 1100000 1010

Color Harmonies of #013302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013302

Black with #013302

Text Example


Text Example

White with #013302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013302; }

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

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

background-color css

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

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

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

border-color css

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

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

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