Html Css Color HEX #384446 Charade

📋 copy color: '#384446'

red 56 ◦ green 68 ◦ blue 70

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

Shades of Charade #384446

Tints of Charade #384446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 28.87%
G = 35.05%
B = 36.08%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384446 (or 0x384446) is known color: Charade. HEX triplet: 38, 44 and 46. RGB value is (56,68,70). Sum of RGB (Red+Green+Blue) = 56+68+70=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 70 - color contains mainly: blue. Hex color #384446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384446 is #C7BBB9. Grayscale: #404040. Windows color (decimal): -13089722 or 4604984. OLE color: 4604984.

HSL color Cylindrical-coordinate representation of color #384446: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384446 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 70 -
CMYK 0.20 0.03 0 0.73
HSL 188.57º 0.11% 0.25% -
HSV(B) 188.57º 0.2% 0.27% -
XYZ 4.8 5.42 6.59 -
YUV 64.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 56 68 70 0.20 0.03 0 0.73 188.57 0.11 0.25
Hex 38 44 46 14 3 0 49 BD B 19
Octal 70 104 106 24 3 0 111 275 13 31
Binary 111000 1000100 1000110 10100 11 0 1001001 10111101 1011 11001

Color Harmonies of #384446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384446

Black with #384446

Text Example


Text Example

White with #384446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384446; }

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

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

background-color css

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

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

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

border-color css

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

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

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