Html Css Color HEX #013003 Myrtle

📋 copy color: '#013003'

red 1 ◦ green 48 ◦ blue 3

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

Shades of Myrtle #013003

Tints of Myrtle #013003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 92.31%

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

R = 1.92%
G = 92.31%
B = 5.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#013003 (or 0x013003) is known color: Myrtle. HEX triplet: 01, 30 and 03. RGB value is (1,48,3). Sum of RGB (Red+Green+Blue) = 1+48+3=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 48 (19.14% from 255 or 92.31% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 48 - color contains mainly: green. Hex color #013003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013003 is #FECFFC. Grayscale: #1C1C1C. Windows color (decimal): -16699389 or 208897. OLE color: 208897.

HSL color Cylindrical-coordinate representation of color #013003: hue angle of 122.55º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013003 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 48 3 -
CMYK 0.98 0 0.94 0.81
HSL 122.55º 0.96% 0.1% -
HSV(B) 122.55º 0.98% 0.19% -
XYZ 1.09 2.13 0.44 -
YUV 28.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 1 48 3 0.98 0 0.94 0.81 122.55 0.96 0.1
Hex 1 30 3 62 0 5E 51 7B 60 A
Octal 1 60 3 142 0 136 121 173 140 12
Binary 1 110000 11 1100010 0 1011110 1010001 1111011 1100000 1010

Color Harmonies of #013003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013003

Black with #013003

Text Example


Text Example

White with #013003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013003; }

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

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

background-color css

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

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

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

border-color css

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

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

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