Html Css Color HEX #332F2A Acadia

📋 copy color: '#332F2A'

red 51 ◦ green 47 ◦ blue 42

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

Shades of Acadia #332F2A

Tints of Acadia #332F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30%

R = 36.43%
G = 33.57%
B = 30%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#332F2A (or 0x332F2A) is known color: Acadia. HEX triplet: 33, 2F and 2A. RGB value is (51,47,42). Sum of RGB (Red+Green+Blue) = 51+47+42=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 51 - color contains mainly: red. Hex color #332F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F2A is #CCD0D5. Grayscale: #2F2F2F. Windows color (decimal): -13422806 or 2764595. OLE color: 2764595.

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

Color convert

RGB 51 47 42 -
CMYK 0 0.08 0.18 0.8
HSL 33.33º 0.1% 0.18% -
HSV(B) 33.33º 0.18% 0.2% -
XYZ 2.8 2.9 2.6 -
YUV 47.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 51 47 42 0 0.08 0.18 0.8 33.33 0.1 0.18
Hex 33 2F 2A 0 8 12 50 21 A 12
Octal 63 57 52 0 10 22 120 41 12 22
Binary 110011 101111 101010 0 1000 10010 1010000 100001 1010 10010

Color Harmonies of #332F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F2A

Black with #332F2A

Text Example


Text Example

White with #332F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,47,42); }

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

background-color css

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

 a { background-color: rgb(51,47,42); }

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

border-color css

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

 span { border-color: rgb(51,47,42); }

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