Html Css Color HEX #323130 Acadia

📋 copy color: '#323130'

red 50 ◦ green 49 ◦ blue 48

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

Shades of Acadia #323130

Tints of Acadia #323130

RGB

 RED value IS 50 (19.92% from 255) = 34.01%

 GREEN value IS 49 (19.53% from 255) = 33.33%

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 34.01%
G = 33.33%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#323130 (or 0x323130) is known color: Acadia. HEX triplet: 32, 31 and 30. RGB value is (50,49,48). Sum of RGB (Red+Green+Blue) = 50+49+48=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 50 - color contains mainly: red. Hex color #323130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323130 is #CDCECF. Grayscale: #313131. Windows color (decimal): -13487824 or 3158322. OLE color: 3158322.

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

Color convert

RGB 50 49 48 -
CMYK 0 0.02 0.04 0.80
HSL 30º 0.02% 0.19% -
HSV(B) 30º 0.04% 0.2% -
XYZ 2.95 3.09 3.24 -
YUV 49.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 50 49 48 0 0.02 0.04 0.80 30 0.02 0.19
Hex 32 31 30 0 2 4 50 1E 2 13
Octal 62 61 60 0 2 4 120 36 2 23
Binary 110010 110001 110000 0 10 100 1010000 11110 10 10011

Color Harmonies of #323130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323130

Black with #323130

Text Example


Text Example

White with #323130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323130; }

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

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

background-color css

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

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

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

border-color css

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

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

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