Html Css Color HEX #31412A Palm Leaf

📋 copy color: '#31412A'

red 49 ◦ green 65 ◦ blue 42

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

Shades of Palm Leaf #31412A

Tints of Palm Leaf #31412A

RGB

 RED value IS 49 (19.53% from 255) = 31.41%

 GREEN value IS 65 (25.78% from 255) = 41.67%

 BLUE value IS 42 (16.8% from 255) = 26.92%

R = 31.41%
G = 41.67%
B = 26.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#31412A (or 0x31412A) is known color: Palm Leaf. HEX triplet: 31, 41 and 2A. RGB value is (49,65,42). Sum of RGB (Red+Green+Blue) = 49+65+42=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #31412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31412A is #CEBED5. Grayscale: #393939. Windows color (decimal): -13549270 or 2769201. OLE color: 2769201.

HSL color Cylindrical-coordinate representation of color #31412A: hue angle of 101.74º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #31412A is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 65 42 -
CMYK 0.25 0 0.35 0.75
HSL 101.74º 0.21% 0.21% -
HSV(B) 101.74º 0.35% 0.25% -
XYZ 3.57 4.6 2.89 -
YUV 57.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 49 65 42 0.25 0 0.35 0.75 101.74 0.21 0.21
Hex 31 41 2A 19 0 23 4B 66 15 15
Octal 61 101 52 31 0 43 113 146 25 25
Binary 110001 1000001 101010 11001 0 100011 1001011 1100110 10101 10101

Color Harmonies of #31412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31412A

Black with #31412A

Text Example


Text Example

White with #31412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31412A; }

 p { color: rgb(49,65,42); }

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

background-color css

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

 a { background-color: rgb(49,65,42); }

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

border-color css

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

 span { border-color: rgb(49,65,42); }

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