Html Css Color HEX #384548 Charade

📋 copy color: '#384548'

red 56 ◦ green 69 ◦ blue 72

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

Shades of Charade #384548

Tints of Charade #384548

RGB

 RED value IS 56 (22.27% from 255) = 28.43%

 GREEN value IS 69 (27.34% from 255) = 35.03%

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 28.43%
G = 35.03%
B = 36.55%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384548 (or 0x384548) is known color: Charade. HEX triplet: 38, 45 and 48. RGB value is (56,69,72). Sum of RGB (Red+Green+Blue) = 56+69+72=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #384548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384548 is #C7BAB7. Grayscale: #414141. Windows color (decimal): -13089464 or 4736312. OLE color: 4736312.

HSL color Cylindrical-coordinate representation of color #384548: hue angle of 191.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384548 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 69 72 -
CMYK 0.22 0.04 0 0.72
HSL 191.25º 0.13% 0.25% -
HSV(B) 191.25º 0.22% 0.28% -
XYZ 4.93 5.56 6.95 -
YUV 65.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 56 69 72 0.22 0.04 0 0.72 191.25 0.13 0.25
Hex 38 45 48 16 4 0 48 BF C 19
Octal 70 105 110 26 4 0 110 277 14 31
Binary 111000 1000101 1001000 10110 100 0 1001000 10111111 1100 11001

Color Harmonies of #384548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384548

Black with #384548

Text Example


Text Example

White with #384548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384548; }

 p { color: rgb(56,69,72); }

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

background-color css

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

 a { background-color: rgb(56,69,72); }

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

border-color css

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

 span { border-color: rgb(56,69,72); }

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