Html Css Color HEX #133101 Myrtle

📋 copy color: '#133101'

red 19 ◦ green 49 ◦ blue 1

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

Shades of Myrtle #133101

Tints of Myrtle #133101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 71.01%

 BLUE value IS 1 (0.78% from 255) = 1.45%

R = 27.54%
G = 71.01%
B = 1.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#133101 (or 0x133101) is known color: Myrtle. HEX triplet: 13, 31 and 01. RGB value is (19,49,1). Sum of RGB (Red+Green+Blue) = 19+49+1=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #133101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133101 is #ECCEFE. Grayscale: #222222. Windows color (decimal): -15519487 or 78099. OLE color: 78099.

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

Color convert

RGB 19 49 1 -
CMYK 0.61 0 0.98 0.81
HSL 97.5º 0.96% 0.1% -
HSV(B) 97.5º 0.98% 0.19% -
XYZ 1.37 2.34 0.41 -
YUV 34.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 19 49 1 0.61 0 0.98 0.81 97.5 0.96 0.1
Hex 13 31 1 3D 0 62 51 62 60 A
Octal 23 61 1 75 0 142 121 142 140 12
Binary 10011 110001 1 111101 0 1100010 1010001 1100010 1100000 1010

Color Harmonies of #133101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133101

Black with #133101

Text Example


Text Example

White with #133101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133101; }

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

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

background-color css

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

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

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

border-color css

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

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

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