Html Css Color HEX #333231 Acadia

📋 copy color: '#333231'

red 51 ◦ green 50 ◦ blue 49

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

Shades of Acadia #333231

Tints of Acadia #333231

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 value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#333231 (or 0x333231) is known color: 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

RGB 51 50 49 -
CMYK 0 0.02 0.04 0.8
HSL 30º 0.02% 0.2% -
HSV(B) 30º 0.04% 0.2% -
XYZ 3.06 3.21 3.36 -
YUV 50.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 51 50 49 0 0.02 0.04 0.8 30 0.02 0.2
Hex 33 32 31 0 2 4 50 1E 2 14
Octal 63 62 61 0 2 4 120 36 2 24
Binary 110011 110010 110001 0 10 100 1010000 11110 10 10100

Color Harmonies of #333231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333231

Black with #333231

Text Example


Text Example

White with #333231

Text Example


Text Example

HTML Codes & Css Web 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>