Html Css Color HEX #312F2B Acadia

📋 copy color: '#312F2B'

red 49 ◦ green 47 ◦ blue 43

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

Shades of Acadia #312F2B

Tints of Acadia #312F2B

RGB

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

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

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

R = 35.25%
G = 33.81%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#312F2B (or 0x312F2B) is known color: Acadia. HEX triplet: 31, 2F and 2B. RGB value is (49,47,43). Sum of RGB (Red+Green+Blue) = 49+47+43=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #312F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F2B is #CED0D4. Grayscale: #2F2F2F. Windows color (decimal): -13553877 or 2830129. OLE color: 2830129.

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

Color convert

RGB 49 47 43 -
CMYK 0 0.04 0.12 0.81
HSL 40º 0.07% 0.18% -
HSV(B) 40º 0.12% 0.19% -
XYZ 2.72 2.86 2.69 -
YUV 47.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 49 47 43 0 0.04 0.12 0.81 40 0.07 0.18
Hex 31 2F 2B 0 4 C 51 28 7 12
Octal 61 57 53 0 4 14 121 50 7 22
Binary 110001 101111 101011 0 100 1100 1010001 101000 111 10010

Color Harmonies of #312F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F2B

Black with #312F2B

Text Example


Text Example

White with #312F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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