Html Css Color HEX #383129 Acadia

📋 copy color: '#383129'

red 56 ◦ green 49 ◦ blue 41

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

Shades of Acadia #383129

Tints of Acadia #383129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 38.36%
G = 33.56%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#383129 (or 0x383129) is known color: Acadia. HEX triplet: 38, 31 and 29. RGB value is (56,49,41). Sum of RGB (Red+Green+Blue) = 56+49+41=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #383129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383129 is #C7CED6. Grayscale: #323232. Windows color (decimal): -13094615 or 2699576. OLE color: 2699576.

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

Color convert

RGB 56 49 41 -
CMYK 0 0.12 0.27 0.78
HSL 32º 0.15% 0.19% -
HSV(B) 32º 0.27% 0.22% -
XYZ 3.13 3.2 2.55 -
YUV 50.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 56 49 41 0 0.12 0.27 0.78 32 0.15 0.19
Hex 38 31 29 0 C 1B 4E 20 F 13
Octal 70 61 51 0 14 33 116 40 17 23
Binary 111000 110001 101001 0 1100 11011 1001110 100000 1111 10011

Color Harmonies of #383129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383129

Black with #383129

Text Example


Text Example

White with #383129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383129; }

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

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

background-color css

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

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

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

border-color css

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

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

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