Html Css Color HEX #384246 Charade

📋 copy color: '#384246'

red 56 ◦ green 66 ◦ blue 70

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

Shades of Charade #384246

Tints of Charade #384246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.38%

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

R = 29.17%
G = 34.38%
B = 36.46%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384246 (or 0x384246) is known color: Charade. HEX triplet: 38, 42 and 46. RGB value is (56,66,70). Sum of RGB (Red+Green+Blue) = 56+66+70=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 70 - color contains mainly: blue. Hex color #384246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384246 is #C7BDB9. Grayscale: #3F3F3F. Windows color (decimal): -13090234 or 4604472. OLE color: 4604472.

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

Color convert

RGB 56 66 70 -
CMYK 0.20 0.06 0 0.73
HSL 197.14º 0.11% 0.25% -
HSV(B) 197.14º 0.2% 0.27% -
XYZ 4.68 5.18 6.55 -
YUV 63.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 56 66 70 0.20 0.06 0 0.73 197.14 0.11 0.25
Hex 38 42 46 14 6 0 49 C5 B 19
Octal 70 102 106 24 6 0 111 305 13 31
Binary 111000 1000010 1000110 10100 110 0 1001001 11000101 1011 11001

Color Harmonies of #384246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384246

Black with #384246

Text Example


Text Example

White with #384246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384246; }

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

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

background-color css

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

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

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

border-color css

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

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

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