Html Css Color HEX #384648 Charade

📋 copy color: '#384648'

red 56 ◦ green 70 ◦ blue 72

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

Shades of Charade #384648

Tints of Charade #384648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 28.28%
G = 35.35%
B = 36.36%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384648 (or 0x384648) is known color: Charade. HEX triplet: 38, 46 and 48. RGB value is (56,70,72). Sum of RGB (Red+Green+Blue) = 56+70+72=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: blue. Hex color #384648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384648 is #C7B9B7. Grayscale: #424242. Windows color (decimal): -13089208 or 4736568. OLE color: 4736568.

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

Color convert

RGB 56 70 72 -
CMYK 0.22 0.03 0 0.72
HSL 187.5º 0.13% 0.25% -
HSV(B) 187.5º 0.22% 0.28% -
XYZ 4.99 5.69 6.97 -
YUV 66.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 56 70 72 0.22 0.03 0 0.72 187.5 0.13 0.25
Hex 38 46 48 16 3 0 48 BC C 19
Octal 70 106 110 26 3 0 110 274 14 31
Binary 111000 1000110 1001000 10110 11 0 1001000 10111100 1100 11001

Color Harmonies of #384648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384648

Black with #384648

Text Example


Text Example

White with #384648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384648; }

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

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

background-color css

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

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

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

border-color css

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

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

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