Html Css Color HEX #363028 Acadia

📋 copy color: '#363028'

red 54 ◦ green 48 ◦ blue 40

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

Shades of Acadia #363028

Tints of Acadia #363028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.8%

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 38.03%
G = 33.8%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#363028 (or 0x363028) is known color: Acadia. HEX triplet: 36, 30 and 28. RGB value is (54,48,40). Sum of RGB (Red+Green+Blue) = 54+48+40=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 54 - color contains mainly: red. Hex color #363028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363028 is #C9CFD7. Grayscale: #303030. Windows color (decimal): -13225944 or 2633782. OLE color: 2633782.

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

Color convert

RGB 54 48 40 -
CMYK 0 0.11 0.26 0.79
HSL 34.29º 0.15% 0.18% -
HSV(B) 34.29º 0.26% 0.21% -
XYZ 2.96 3.05 2.44 -
YUV 48.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 54 48 40 0 0.11 0.26 0.79 34.29 0.15 0.18
Hex 36 30 28 0 B 1A 4F 22 F 12
Octal 66 60 50 0 13 32 117 42 17 22
Binary 110110 110000 101000 0 1011 11010 1001111 100010 1111 10010

Color Harmonies of #363028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363028

Black with #363028

Text Example


Text Example

White with #363028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363028; }

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

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

background-color css

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

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

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

border-color css

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

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

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