Html Css Color HEX #133316 Myrtle

📋 copy color: '#133316'

red 19 ◦ green 51 ◦ blue 22

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

Shades of Myrtle #133316

Tints of Myrtle #133316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 23.91%

R = 20.65%
G = 55.43%
B = 23.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#133316 (or 0x133316) is known color: Myrtle. HEX triplet: 13, 33 and 16. RGB value is (19,51,22). Sum of RGB (Red+Green+Blue) = 19+51+22=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #133316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133316 is #ECCCE9. Grayscale: #262626. Windows color (decimal): -15518954 or 1454867. OLE color: 1454867.

HSL color Cylindrical-coordinate representation of color #133316: hue angle of 125.62º 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 #133316 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 22 -
CMYK 0.63 0 0.57 0.8
HSL 125.63º 0.46% 0.14% -
HSV(B) 125.63º 0.63% 0.2% -
XYZ 1.6 2.56 1.17 -
YUV 38.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 19 51 22 0.63 0 0.57 0.8 125.63 0.46 0.14
Hex 13 33 16 3F 0 39 50 7E 2E E
Octal 23 63 26 77 0 71 120 176 56 16
Binary 10011 110011 10110 111111 0 111001 1010000 1111110 101110 1110

Color Harmonies of #133316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133316

Black with #133316

Text Example


Text Example

White with #133316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133316; }

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

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

background-color css

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

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

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

border-color css

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

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

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