Html Css Color HEX #38312A Acadia

📋 copy color: '#38312A'

red 56 ◦ green 49 ◦ blue 42

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

Shades of Acadia #38312A

Tints of Acadia #38312A

RGB

 RED value IS 56 (22.27% from 255) = 38.1%

 GREEN value IS 49 (19.53% from 255) = 33.33%

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 38.1%
G = 33.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#38312A (or 0x38312A) is known color: Acadia. HEX triplet: 38, 31 and 2A. RGB value is (56,49,42). Sum of RGB (Red+Green+Blue) = 56+49+42=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #38312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38312A is #C7CED5. Grayscale: #323232. Windows color (decimal): -13094614 or 2765112. OLE color: 2765112.

HSL color Cylindrical-coordinate representation of color #38312A: hue angle of 30º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38312A is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 42 -
CMYK 0 0.12 0.25 0.78
HSL 30º 0.14% 0.19% -
HSV(B) 30º 0.25% 0.22% -
XYZ 3.15 3.2 2.64 -
YUV 50.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 56 49 42 0 0.12 0.25 0.78 30 0.14 0.19
Hex 38 31 2A 0 C 19 4E 1E E 13
Octal 70 61 52 0 14 31 116 36 16 23
Binary 111000 110001 101010 0 1100 11001 1001110 11110 1110 10011

Color Harmonies of #38312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38312A

Black with #38312A

Text Example


Text Example

White with #38312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38312A; }

 p { color: rgb(56,49,42); }

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

background-color css

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

 a { background-color: rgb(56,49,42); }

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

border-color css

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

 span { border-color: rgb(56,49,42); }

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