Html Css Color HEX #342F28 Acadia

📋 copy color: '#342F28'

red 52 ◦ green 47 ◦ blue 40

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

Shades of Acadia #342F28

Tints of Acadia #342F28

RGB

 RED value IS 52 (20.7% from 255) = 37.41%

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

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 37.41%
G = 33.81%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#342F28 (or 0x342F28) is known color: Acadia. HEX triplet: 34, 2F and 28. RGB value is (52,47,40). Sum of RGB (Red+Green+Blue) = 52+47+40=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #342F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F28 is #CBD0D7. Grayscale: #2F2F2F. Windows color (decimal): -13357272 or 2633524. OLE color: 2633524.

HSL color Cylindrical-coordinate representation of color #342F28: hue angle of 35º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #342F28 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 47 40 -
CMYK 0 0.10 0.23 0.80
HSL 35º 0.13% 0.18% -
HSV(B) 35º 0.23% 0.2% -
XYZ 2.82 2.92 2.42 -
YUV 47.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 52 47 40 0 0.10 0.23 0.80 35 0.13 0.18
Hex 34 2F 28 0 A 17 50 23 D 12
Octal 64 57 50 0 12 27 120 43 15 22
Binary 110100 101111 101000 0 1010 10111 1010000 100011 1101 10010

Color Harmonies of #342F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F28

Black with #342F28

Text Example


Text Example

White with #342F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342F28; }

 p { color: rgb(52,47,40); }

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

background-color css

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

 a { background-color: rgb(52,47,40); }

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

border-color css

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

 span { border-color: rgb(52,47,40); }

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