Html Css Color HEX #384447 Charade

📋 copy color: '#384447'

red 56 ◦ green 68 ◦ blue 71

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

Shades of Charade #384447

Tints of Charade #384447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 28.72%
G = 34.87%
B = 36.41%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384447 (or 0x384447) is known color: Charade. HEX triplet: 38, 44 and 47. RGB value is (56,68,71). Sum of RGB (Red+Green+Blue) = 56+68+71=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 71 - color contains mainly: blue. Hex color #384447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384447 is #C7BBB8. Grayscale: #404040. Windows color (decimal): -13089721 or 4670520. OLE color: 4670520.

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

Color convert

RGB 56 68 71 -
CMYK 0.21 0.04 0 0.72
HSL 192º 0.12% 0.25% -
HSV(B) 192º 0.21% 0.28% -
XYZ 4.84 5.43 6.75 -
YUV 64.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 56 68 71 0.21 0.04 0 0.72 192 0.12 0.25
Hex 38 44 47 15 4 0 48 C0 C 19
Octal 70 104 107 25 4 0 110 300 14 31
Binary 111000 1000100 1000111 10101 100 0 1001000 11000000 1100 11001

Color Harmonies of #384447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384447

Black with #384447

Text Example


Text Example

White with #384447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384447; }

 p { color: rgb(56,68,71); }

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

background-color css

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

 a { background-color: rgb(56,68,71); }

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

border-color css

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

 span { border-color: rgb(56,68,71); }

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