Html Css Color HEX #384245 Charade

📋 copy color: '#384245'

red 56 ◦ green 66 ◦ blue 69

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

Shades of Charade #384245

Tints of Charade #384245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 29.32%
G = 34.55%
B = 36.13%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384245 (or 0x384245) is known color: Charade. HEX triplet: 38, 42 and 45. RGB value is (56,66,69). Sum of RGB (Red+Green+Blue) = 56+66+69=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 69 - color contains mainly: blue. Hex color #384245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384245 is #C7BDBA. Grayscale: #3F3F3F. Windows color (decimal): -13090235 or 4538936. OLE color: 4538936.

HSL color Cylindrical-coordinate representation of color #384245: hue angle of 193.85º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #384245 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 66 69 -
CMYK 0.19 0.04 0 0.73
HSL 193.85º 0.1% 0.25% -
HSV(B) 193.85º 0.19% 0.27% -
XYZ 4.65 5.17 6.38 -
YUV 63.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 56 66 69 0.19 0.04 0 0.73 193.85 0.1 0.25
Hex 38 42 45 13 4 0 49 C2 A 19
Octal 70 102 105 23 4 0 111 302 12 31
Binary 111000 1000010 1000101 10011 100 0 1001001 11000010 1010 11001

Color Harmonies of #384245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384245

Black with #384245

Text Example


Text Example

White with #384245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384245; }

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

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

background-color css

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

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

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

border-color css

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

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

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