Html Css Color HEX #3A332B Acadia

📋 copy color: '#3A332B'

red 58 ◦ green 51 ◦ blue 43

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

Shades of Acadia #3A332B

Tints of Acadia #3A332B

RGB

 RED value IS 58 (23.05% from 255) = 38.16%

 GREEN value IS 51 (20.31% from 255) = 33.55%

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

R = 38.16%
G = 33.55%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.77

RGB Variations

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

Color information

#3A332B (or 0x3A332B) is known color: Acadia. HEX triplet: 3A, 33 and 2B. RGB value is (58,51,43). Sum of RGB (Red+Green+Blue) = 58+51+43=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 58 - color contains mainly: red. Hex color #3A332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A332B is #C5CCD4. Grayscale: #343434. Windows color (decimal): -12963029 or 2831162. OLE color: 2831162.

HSL color Cylindrical-coordinate representation of color #3A332B: hue angle of 32º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A332B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 51 43 -
CMYK 0 0.12 0.26 0.77
HSL 32º 0.15% 0.2% -
HSV(B) 32º 0.26% 0.23% -
XYZ 3.36 3.44 2.77 -
YUV 52.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 58 51 43 0 0.12 0.26 0.77 32 0.15 0.2
Hex 3A 33 2B 0 C 1A 4D 20 F 14
Octal 72 63 53 0 14 32 115 40 17 24
Binary 111010 110011 101011 0 1100 11010 1001101 100000 1111 10100

Color Harmonies of #3A332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A332B

Black with #3A332B

Text Example


Text Example

White with #3A332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A332B; }

 p { color: rgb(58,51,43); }

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

background-color css

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

 a { background-color: rgb(58,51,43); }

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

border-color css

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

 span { border-color: rgb(58,51,43); }

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