Html Css Color HEX #363330 Acadia

📋 copy color: '#363330'

red 54 ◦ green 51 ◦ blue 48

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

Shades of Acadia #363330

Tints of Acadia #363330

RGB

 RED value IS 54 (21.48% from 255) = 35.29%

 GREEN value IS 51 (20.31% from 255) = 33.33%

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

R = 35.29%
G = 33.33%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#363330 (or 0x363330) is known color: Acadia. HEX triplet: 36, 33 and 30. RGB value is (54,51,48). Sum of RGB (Red+Green+Blue) = 54+51+48=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 54 - color contains mainly: red. Hex color #363330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363330 is #C9CCCF. Grayscale: #333333. Windows color (decimal): -13225168 or 3158838. OLE color: 3158838.

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

Color convert

RGB 54 51 48 -
CMYK 0 0.06 0.11 0.79
HSL 30º 0.06% 0.2% -
HSV(B) 30º 0.11% 0.21% -
XYZ 3.24 3.37 3.28 -
YUV 51.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 54 51 48 0 0.06 0.11 0.79 30 0.06 0.2
Hex 36 33 30 0 6 B 4F 1E 6 14
Octal 66 63 60 0 6 13 117 36 6 24
Binary 110110 110011 110000 0 110 1011 1001111 11110 110 10100

Color Harmonies of #363330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363330

Black with #363330

Text Example


Text Example

White with #363330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363330; }

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

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

background-color css

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

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

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

border-color css

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

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

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