Html Css Color HEX #313B30 Palm Leaf

📋 copy color: '#313B30'

red 49 ◦ green 59 ◦ blue 48

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

Shades of Palm Leaf #313B30

Tints of Palm Leaf #313B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.82%

 BLUE value IS 48 (19.14% from 255) = 30.77%

R = 31.41%
G = 37.82%
B = 30.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#313B30 (or 0x313B30) is known color: Palm Leaf. HEX triplet: 31, 3B and 30. RGB value is (49,59,48). Sum of RGB (Red+Green+Blue) = 49+59+48=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 59 - color contains mainly: green. Hex color #313B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B30 is #CEC4CF. Grayscale: #363636. Windows color (decimal): -13550800 or 3160881. OLE color: 3160881.

HSL color Cylindrical-coordinate representation of color #313B30: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #313B30 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 59 48 -
CMYK 0.17 0 0.19 0.77
HSL 114.55º 0.1% 0.21% -
HSV(B) 114.55º 0.19% 0.23% -
XYZ 3.36 3.99 3.39 -
YUV 54.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 49 59 48 0.17 0 0.19 0.77 114.55 0.1 0.21
Hex 31 3B 30 11 0 13 4D 73 A 15
Octal 61 73 60 21 0 23 115 163 12 25
Binary 110001 111011 110000 10001 0 10011 1001101 1110011 1010 10101

Color Harmonies of #313B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B30

Black with #313B30

Text Example


Text Example

White with #313B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313B30; }

 p { color: rgb(49,59,48); }

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

background-color css

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

 a { background-color: rgb(49,59,48); }

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

border-color css

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

 span { border-color: rgb(49,59,48); }

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