Html Css Color HEX #182713 Myrtle

📋 copy color: '#182713'

red 24 ◦ green 39 ◦ blue 19

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

Shades of Myrtle #182713

Tints of Myrtle #182713

RGB

 RED value IS 24 (9.77% from 255) = 29.27%

 GREEN value IS 39 (15.63% from 255) = 47.56%

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

R = 29.27%
G = 47.56%
B = 23.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#182713 (or 0x182713) is known color: Myrtle. HEX triplet: 18, 27 and 13. RGB value is (24,39,19). Sum of RGB (Red+Green+Blue) = 24+39+19=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #182713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182713 is #E7D8EC. Grayscale: #202020. Windows color (decimal): -15194349 or 1255192. OLE color: 1255192.

HSL color Cylindrical-coordinate representation of color #182713: hue angle of 105º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182713 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 39 19 -
CMYK 0.38 0 0.51 0.85
HSL 105º 0.34% 0.11% -
HSV(B) 105º 0.51% 0.15% -
XYZ 1.22 1.69 0.88 -
YUV 32.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 24 39 19 0.38 0 0.51 0.85 105 0.34 0.11
Hex 18 27 13 26 0 33 55 69 22 B
Octal 30 47 23 46 0 63 125 151 42 13
Binary 11000 100111 10011 100110 0 110011 1010101 1101001 100010 1011

Color Harmonies of #182713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182713

Black with #182713

Text Example


Text Example

White with #182713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182713; }

 p { color: rgb(24,39,19); }

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

background-color css

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

 a { background-color: rgb(24,39,19); }

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

border-color css

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

 span { border-color: rgb(24,39,19); }

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