Html Css Color HEX #31412B Palm Leaf

📋 copy color: '#31412B'

red 49 ◦ green 65 ◦ blue 43

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

Shades of Palm Leaf #31412B

Tints of Palm Leaf #31412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.39%

R = 31.21%
G = 41.4%
B = 27.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#31412B (or 0x31412B) is known color: Palm Leaf. HEX triplet: 31, 41 and 2B. RGB value is (49,65,43). Sum of RGB (Red+Green+Blue) = 49+65+43=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #31412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31412B is #CEBED4. Grayscale: #393939. Windows color (decimal): -13549269 or 2834737. OLE color: 2834737.

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

Color convert

RGB 49 65 43 -
CMYK 0.25 0 0.34 0.75
HSL 103.64º 0.2% 0.21% -
HSV(B) 103.64º 0.34% 0.25% -
XYZ 3.59 4.61 2.99 -
YUV 57.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 49 65 43 0.25 0 0.34 0.75 103.64 0.2 0.21
Hex 31 41 2B 19 0 22 4B 68 14 15
Octal 61 101 53 31 0 42 113 150 24 25
Binary 110001 1000001 101011 11001 0 100010 1001011 1101000 10100 10101

Color Harmonies of #31412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31412B

Black with #31412B

Text Example


Text Example

White with #31412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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