Html Css Color HEX #312F2C Acadia

📋 copy color: '#312F2C'

red 49 ◦ green 47 ◦ blue 44

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

Shades of Acadia #312F2C

Tints of Acadia #312F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.57%

 BLUE value IS 44 (17.58% from 255) = 31.43%

R = 35%
G = 33.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#312F2C (or 0x312F2C) is known color: Acadia. HEX triplet: 31, 2F and 2C. RGB value is (49,47,44). Sum of RGB (Red+Green+Blue) = 49+47+44=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 49 - color contains mainly: red. Hex color #312F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F2C is #CED0D3. Grayscale: #2F2F2F. Windows color (decimal): -13553876 or 2895665. OLE color: 2895665.

HSL color Cylindrical-coordinate representation of color #312F2C: hue angle of 36º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #312F2C is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 47 44 -
CMYK 0 0.04 0.10 0.81
HSL 36º 0.05% 0.18% -
HSV(B) 36º 0.1% 0.19% -
XYZ 2.74 2.87 2.79 -
YUV 47.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 49 47 44 0 0.04 0.10 0.81 36 0.05 0.18
Hex 31 2F 2C 0 4 A 51 24 5 12
Octal 61 57 54 0 4 12 121 44 5 22
Binary 110001 101111 101100 0 100 1010 1010001 100100 101 10010

Color Harmonies of #312F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F2C

Black with #312F2C

Text Example


Text Example

White with #312F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312F2C; }

 p { color: rgb(49,47,44); }

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

background-color css

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

 a { background-color: rgb(49,47,44); }

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

border-color css

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

 span { border-color: rgb(49,47,44); }

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