Html Css Color HEX #384145 Charade

📋 copy color: '#384145'

red 56 ◦ green 65 ◦ blue 69

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

Shades of Charade #384145

Tints of Charade #384145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.21%

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

R = 29.47%
G = 34.21%
B = 36.32%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384145 (or 0x384145) is known color: Charade. HEX triplet: 38, 41 and 45. RGB value is (56,65,69). Sum of RGB (Red+Green+Blue) = 56+65+69=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 69 - color contains mainly: blue. Hex color #384145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384145 is #C7BEBA. Grayscale: #3E3E3E. Windows color (decimal): -13090491 or 4538680. OLE color: 4538680.

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

Color convert

RGB 56 65 69 -
CMYK 0.19 0.06 0 0.73
HSL 198.46º 0.1% 0.25% -
HSV(B) 198.46º 0.19% 0.27% -
XYZ 4.6 5.05 6.36 -
YUV 62.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 56 65 69 0.19 0.06 0 0.73 198.46 0.1 0.25
Hex 38 41 45 13 6 0 49 C6 A 19
Octal 70 101 105 23 6 0 111 306 12 31
Binary 111000 1000001 1000101 10011 110 0 1001001 11000110 1010 11001

Color Harmonies of #384145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384145

Black with #384145

Text Example


Text Example

White with #384145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384145; }

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

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

background-color css

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

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

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

border-color css

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

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

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