#384042

Color #384042 Charade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charade #384042

Tints of Charade #384042

Color information

#384042 (or 0x384042) is unknown color: approx Charade. HEX triplet: 38, 40 and 42. RGB value is (56,64,66). Sum of RGB (Red+Green+Blue) = 56+64+66=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 66 - color contains mainly: blue. Hex color #384042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384042 is #C7BFBD. Grayscale: #3D3D3D. Windows color (decimal): -13090750 or 4341816. OLE color: 4341816.

HSL color Cylindrical-coordinate representation of color #384042: hue angle of 192º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #384042 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB566466-
CMYK0.150.0300.74
HSL192º8.2%23.92%-
HSV(B)192º15.15%25.88%-
XYZ4.454.95.87-
YUV61.84130.35123.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 66 (26.17% from 255) = 35.48%
R=30.11%
G=34.41%
B=35.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5664660.150.0300.741928.223.92
Hex384042F304Ac0818
Octal7010010217301123001030
Binary111000100000010000101111110100101011000000100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384042; }

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

 H1.HeaderClassName
 {
   color: #384042;
 }
 .AnyTagClassName
 {
   color: #384042;
 }
</style>
background-color css

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

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

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

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

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

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