Html Css Color HEX #193313 Myrtle

📋 copy color: '#193313'

red 25 ◦ green 51 ◦ blue 19

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

Shades of Myrtle #193313

Tints of Myrtle #193313

RGB

 RED value IS 25 (10.16% from 255) = 26.32%

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

 BLUE value IS 19 (7.81% from 255) = 20%

R = 26.32%
G = 53.68%
B = 20%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#193313 (or 0x193313) is known color: Myrtle. HEX triplet: 19, 33 and 13. RGB value is (25,51,19). Sum of RGB (Red+Green+Blue) = 25+51+19=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #193313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193313 is #E6CCEC. Grayscale: #272727. Windows color (decimal): -15125741 or 1258265. OLE color: 1258265.

HSL color Cylindrical-coordinate representation of color #193313: hue angle of 108.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #193313 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 25 51 19 -
CMYK 0.51 0 0.63 0.8
HSL 108.75º 0.46% 0.14% -
HSV(B) 108.75º 0.63% 0.2% -
XYZ 1.7 2.62 1.03 -
YUV 39.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 25 51 19 0.51 0 0.63 0.8 108.75 0.46 0.14
Hex 19 33 13 33 0 3F 50 6D 2E E
Octal 31 63 23 63 0 77 120 155 56 16
Binary 11001 110011 10011 110011 0 111111 1010000 1101101 101110 1110

Color Harmonies of #193313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193313

Black with #193313

Text Example


Text Example

White with #193313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193313; }

 p { color: rgb(25,51,19); }

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

background-color css

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

 a { background-color: rgb(25,51,19); }

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

border-color css

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

 span { border-color: rgb(25,51,19); }

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