Html Css Color HEX #332E28 Acadia

📋 copy color: '#332E28'

red 51 ◦ green 46 ◦ blue 40

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

Shades of Acadia #332E28

Tints of Acadia #332E28

RGB

 RED value IS 51 (20.31% from 255) = 37.23%

 GREEN value IS 46 (18.36% from 255) = 33.58%

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

R = 37.23%
G = 33.58%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#332E28 (or 0x332E28) is known color: Acadia. HEX triplet: 33, 2E and 28. RGB value is (51,46,40). Sum of RGB (Red+Green+Blue) = 51+46+40=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #332E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E28 is #CCD1D7. Grayscale: #2E2E2E. Windows color (decimal): -13423064 or 2633267. OLE color: 2633267.

HSL color Cylindrical-coordinate representation of color #332E28: hue angle of 32.73º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #332E28 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 46 40 -
CMYK 0 0.10 0.22 0.8
HSL 32.73º 0.12% 0.18% -
HSV(B) 32.73º 0.22% 0.2% -
XYZ 2.73 2.81 2.41 -
YUV 46.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 51 46 40 0 0.10 0.22 0.8 32.73 0.12 0.18
Hex 33 2E 28 0 A 16 50 21 C 12
Octal 63 56 50 0 12 26 120 41 14 22
Binary 110011 101110 101000 0 1010 10110 1010000 100001 1100 10010

Color Harmonies of #332E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E28

Black with #332E28

Text Example


Text Example

White with #332E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332E28; }

 p { color: rgb(51,46,40); }

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

background-color css

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

 a { background-color: rgb(51,46,40); }

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

border-color css

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

 span { border-color: rgb(51,46,40); }

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