#333231

Color #333231 Acadia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acadia #333231

Tints of Acadia #333231

Color information

#333231 (or 0x333231) is unknown color: approx Acadia. HEX triplet: 33, 32 and 31. RGB value is (51,50,49). Sum of RGB (Red+Green+Blue) = 51+50+49=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 51 - color contains mainly: red. Hex color #333231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333231 is #CCCDCE. Grayscale: #323232. Windows color (decimal): -13422031 or 3224115. OLE color: 3224115.

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

Color convert

RGB515049-
CMYK00.020.040.8
HSL30º2%19.61%-
HSV(B)30º3.92%20%-
XYZ3.063.213.36-
YUV50.18127.33128.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 50 (19.92% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=34%
G=33.33%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51504900.020.040.830219.61
Hex333231024501e214
Octal63626102412036224
Binary1100111100101100010101001010000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333231; }

 p { color: rgb(51,50,49); }

 H1.HeaderClassName
 {
   color: #333231;
 }
 .AnyTagClassName
 {
   color: #333231;
 }
</style>
background-color css

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

 a { background-color: rgb(51,50,49); }

 div.DivClassName
 {
   background-color: #333231;
 }
 .BgClassName
 {
   background-color: #333231;
 }
</style>
border-color css

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

 span { border-color: rgb(51,50,49); }

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