Html Css Color HEX #384448 Charade

📋 copy color: '#384448'

red 56 ◦ green 68 ◦ blue 72

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

Shades of Charade #384448

Tints of Charade #384448

RGB

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

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

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

R = 28.57%
G = 34.69%
B = 36.73%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384448 (or 0x384448) is known color: Charade. HEX triplet: 38, 44 and 48. RGB value is (56,68,72). Sum of RGB (Red+Green+Blue) = 56+68+72=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #384448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384448 is #C7BBB7. Grayscale: #404040. Windows color (decimal): -13089720 or 4736056. OLE color: 4736056.

HSL color Cylindrical-coordinate representation of color #384448: hue angle of 195º 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 #384448 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 68 72 -
CMYK 0.22 0.06 0 0.72
HSL 195º 0.13% 0.25% -
HSV(B) 195º 0.22% 0.28% -
XYZ 4.87 5.44 6.92 -
YUV 64.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 56 68 72 0.22 0.06 0 0.72 195 0.13 0.25
Hex 38 44 48 16 6 0 48 C3 C 19
Octal 70 104 110 26 6 0 110 303 14 31
Binary 111000 1000100 1001000 10110 110 0 1001000 11000011 1100 11001

Color Harmonies of #384448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384448

Black with #384448

Text Example


Text Example

White with #384448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384448; }

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

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

background-color css

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

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

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

border-color css

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

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

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