Html Css Color HEX #313427 Eternity

📋 copy color: '#313427'

red 49 ◦ green 52 ◦ blue 39

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

Shades of Eternity #313427

Tints of Eternity #313427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

 BLUE value IS 39 (15.63% from 255) = 27.86%

R = 35%
G = 37.14%
B = 27.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#313427 (or 0x313427) is known color: Eternity. HEX triplet: 31, 34 and 27. RGB value is (49,52,39). Sum of RGB (Red+Green+Blue) = 49+52+39=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 52 - color contains mainly: green. Hex color #313427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313427 is #CECBD8. Grayscale: #313131. Windows color (decimal): -13552601 or 2569265. OLE color: 2569265.

HSL color Cylindrical-coordinate representation of color #313427: hue angle of 73.85º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313427 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 52 39 -
CMYK 0.06 0 0.25 0.80
HSL 73.85º 0.14% 0.18% -
HSV(B) 73.85º 0.25% 0.2% -
XYZ 2.86 3.26 2.4 -
YUV 49.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 49 52 39 0.06 0 0.25 0.80 73.85 0.14 0.18
Hex 31 34 27 6 0 19 50 4A E 12
Octal 61 64 47 6 0 31 120 112 16 22
Binary 110001 110100 100111 110 0 11001 1010000 1001010 1110 10010

Color Harmonies of #313427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313427

Black with #313427

Text Example


Text Example

White with #313427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313427; }

 p { color: rgb(49,52,39); }

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

background-color css

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

 a { background-color: rgb(49,52,39); }

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

border-color css

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

 span { border-color: rgb(49,52,39); }

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