Html Css Color HEX #333230 Acadia

📋 copy color: '#333230'

red 51 ◦ green 50 ◦ blue 48

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

Shades of Acadia #333230

Tints of Acadia #333230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.56%

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

R = 34.23%
G = 33.56%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#333230 (or 0x333230) is known color: Acadia. HEX triplet: 33, 32 and 30. RGB value is (51,50,48). Sum of RGB (Red+Green+Blue) = 51+50+48=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 51 - color contains mainly: red. Hex color #333230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333230 is #CCCDCF. Grayscale: #323232. Windows color (decimal): -13422032 or 3158579. OLE color: 3158579.

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

Color convert

RGB 51 50 48 -
CMYK 0 0.02 0.06 0.8
HSL 40º 0.03% 0.19% -
HSV(B) 40º 0.06% 0.2% -
XYZ 3.04 3.2 3.25 -
YUV 50.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 51 50 48 0 0.02 0.06 0.8 40 0.03 0.19
Hex 33 32 30 0 2 6 50 28 3 13
Octal 63 62 60 0 2 6 120 50 3 23
Binary 110011 110010 110000 0 10 110 1010000 101000 11 10011

Color Harmonies of #333230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333230

Black with #333230

Text Example


Text Example

White with #333230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333230; }

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

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

background-color css

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

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

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

border-color css

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

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

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