Html Css Color HEX #133215 Myrtle

📋 copy color: '#133215'

red 19 ◦ green 50 ◦ blue 21

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

Shades of Myrtle #133215

Tints of Myrtle #133215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.33%

R = 21.11%
G = 55.56%
B = 23.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#133215 (or 0x133215) is known color: Myrtle. HEX triplet: 13, 32 and 15. RGB value is (19,50,21). Sum of RGB (Red+Green+Blue) = 19+50+21=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #133215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133215 is #ECCDEA. Grayscale: #252525. Windows color (decimal): -15519211 or 1389075. OLE color: 1389075.

HSL color Cylindrical-coordinate representation of color #133215: hue angle of 123.87º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133215 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 21 -
CMYK 0.62 0 0.58 0.80
HSL 123.87º 0.45% 0.14% -
HSV(B) 123.87º 0.62% 0.2% -
XYZ 1.54 2.47 1.11 -
YUV 37.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 19 50 21 0.62 0 0.58 0.80 123.87 0.45 0.14
Hex 13 32 15 3E 0 3A 50 7C 2D E
Octal 23 62 25 76 0 72 120 174 55 16
Binary 10011 110010 10101 111110 0 111010 1010000 1111100 101101 1110

Color Harmonies of #133215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133215

Black with #133215

Text Example


Text Example

White with #133215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133215; }

 p { color: rgb(19,50,21); }

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

background-color css

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

 a { background-color: rgb(19,50,21); }

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

border-color css

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

 span { border-color: rgb(19,50,21); }

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