Html Css Color HEX #1F371C Myrtle

📋 copy color: '#1F371C'

red 31 ◦ green 55 ◦ blue 28

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

Shades of Myrtle #1F371C

Tints of Myrtle #1F371C

RGB

 RED value IS 31 (12.5% from 255) = 27.19%

 GREEN value IS 55 (21.88% from 255) = 48.25%

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 27.19%
G = 48.25%
B = 24.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#1F371C (or 0x1F371C) is known color: Myrtle. HEX triplet: 1F, 37 and 1C. RGB value is (31,55,28). Sum of RGB (Red+Green+Blue) = 31+55+28=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #1F371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F371C is #E0C8E3. Grayscale: #2C2C2C. Windows color (decimal): -14731492 or 1849119. OLE color: 1849119.

HSL color Cylindrical-coordinate representation of color #1F371C: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F371C is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 55 28 -
CMYK 0.44 0 0.49 0.78
HSL 113.33º 0.33% 0.16% -
HSV(B) 113.33º 0.49% 0.22% -
XYZ 2.14 3.11 1.59 -
YUV 44.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 31 55 28 0.44 0 0.49 0.78 113.33 0.33 0.16
Hex 1F 37 1C 2C 0 31 4E 71 21 10
Octal 37 67 34 54 0 61 116 161 41 20
Binary 11111 110111 11100 101100 0 110001 1001110 1110001 100001 10000

Color Harmonies of #1F371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F371C

Black with #1F371C

Text Example


Text Example

White with #1F371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F371C; }

 p { color: rgb(31,55,28); }

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

background-color css

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

 a { background-color: rgb(31,55,28); }

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

border-color css

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

 span { border-color: rgb(31,55,28); }

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