Html Css Color HEX #373430 Acadia

📋 copy color: '#373430'

red 55 ◦ green 52 ◦ blue 48

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

Shades of Acadia #373430

Tints of Acadia #373430

RGB

 RED value IS 55 (21.88% from 255) = 35.48%

 GREEN value IS 52 (20.7% from 255) = 33.55%

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

R = 35.48%
G = 33.55%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#373430 (or 0x373430) is known color: Acadia. HEX triplet: 37, 34 and 30. RGB value is (55,52,48). Sum of RGB (Red+Green+Blue) = 55+52+48=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 55 - color contains mainly: red. Hex color #373430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373430 is #C8CBCF. Grayscale: #343434. Windows color (decimal): -13159376 or 3159095. OLE color: 3159095.

HSL color Cylindrical-coordinate representation of color #373430: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #373430 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 48 -
CMYK 0 0.05 0.13 0.78
HSL 34.29º 0.07% 0.2% -
HSV(B) 34.29º 0.13% 0.22% -
XYZ 3.34 3.48 3.29 -
YUV 52.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 55 52 48 0 0.05 0.13 0.78 34.29 0.07 0.2
Hex 37 34 30 0 5 D 4E 22 7 14
Octal 67 64 60 0 5 15 116 42 7 24
Binary 110111 110100 110000 0 101 1101 1001110 100010 111 10100

Color Harmonies of #373430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373430

Black with #373430

Text Example


Text Example

White with #373430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373430; }

 p { color: rgb(55,52,48); }

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

background-color css

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

 a { background-color: rgb(55,52,48); }

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

border-color css

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

 span { border-color: rgb(55,52,48); }

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