Html Css Color HEX #133003 Myrtle

📋 copy color: '#133003'

red 19 ◦ green 48 ◦ blue 3

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

Shades of Myrtle #133003

Tints of Myrtle #133003

RGB

 RED value IS 19 (7.81% from 255) = 27.14%

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

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

R = 27.14%
G = 68.57%
B = 4.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#133003 (or 0x133003) is known color: Myrtle. HEX triplet: 13, 30 and 03. RGB value is (19,48,3). Sum of RGB (Red+Green+Blue) = 19+48+3=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #133003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133003 is #ECCFFC. Grayscale: #222222. Windows color (decimal): -15519741 or 208915. OLE color: 208915.

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

Color convert

RGB 19 48 3 -
CMYK 0.60 0 0.94 0.81
HSL 98.67º 0.88% 0.1% -
HSV(B) 98.67º 0.94% 0.19% -
XYZ 1.34 2.26 0.45 -
YUV 34.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 19 48 3 0.60 0 0.94 0.81 98.67 0.88 0.1
Hex 13 30 3 3C 0 5E 51 63 58 A
Octal 23 60 3 74 0 136 121 143 130 12
Binary 10011 110000 11 111100 0 1011110 1010001 1100011 1011000 1010

Color Harmonies of #133003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133003

Black with #133003

Text Example


Text Example

White with #133003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133003; }

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

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

background-color css

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

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

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

border-color css

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

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

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