Html Css Color HEX #3B3A38 Acadia

📋 copy color: '#3B3A38'

red 59 ◦ green 58 ◦ blue 56

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

Shades of Acadia #3B3A38

Tints of Acadia #3B3A38

RGB

 RED value IS 59 (23.44% from 255) = 34.1%

 GREEN value IS 58 (23.05% from 255) = 33.53%

 BLUE value IS 56 (22.27% from 255) = 32.37%

R = 34.1%
G = 33.53%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3B3A38 (or 0x3B3A38) is known color: Acadia. HEX triplet: 3B, 3A and 38. RGB value is (59,58,56). Sum of RGB (Red+Green+Blue) = 59+58+56=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3A38 is #C4C5C7. Grayscale: #3A3A3A. Windows color (decimal): -12895688 or 3684923. OLE color: 3684923.

HSL color Cylindrical-coordinate representation of color #3B3A38: hue angle of 40º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3B3A38 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 58 56 -
CMYK 0 0.02 0.05 0.77
HSL 40º 0.03% 0.23% -
HSV(B) 40º 0.05% 0.23% -
XYZ 4.03 4.24 4.35 -
YUV 58.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 59 58 56 0 0.02 0.05 0.77 40 0.03 0.23
Hex 3B 3A 38 0 2 5 4D 28 3 17
Octal 73 72 70 0 2 5 115 50 3 27
Binary 111011 111010 111000 0 10 101 1001101 101000 11 10111

Color Harmonies of #3B3A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3A38

Black with #3B3A38

Text Example


Text Example

White with #3B3A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,58,56); }

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

background-color css

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

 a { background-color: rgb(59,58,56); }

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

border-color css

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

 span { border-color: rgb(59,58,56); }

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