#384243

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

Shades of Charade #384243

Tints of Charade #384243

Color information

#384243 (or 0x384243) is unknown color: approx Charade. HEX triplet: 38, 42 and 43. RGB value is (56,66,67). Sum of RGB (Red+Green+Blue) = 56+66+67=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 67 - color contains mainly: blue. Hex color #384243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384243 is #C7BDBC. Grayscale: #3F3F3F. Windows color (decimal): -13090237 or 4407864. OLE color: 4407864.

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

Color convert

RGB566667-
CMYK0.160.0100.74
HSL185.45º8.94%24.12%-
HSV(B)185.45º16.42%26.27%-
XYZ4.595.146.06-
YUV63.12130.19122.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.63%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 67 (26.56% from 255) = 35.45%
R=29.63%
G=34.92%
B=35.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666670.160.0100.74185.458.9424.12
Hex38424310104Ab9918
Octal7010210320101122711130
Binary111000100001010000111000010100101010111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384243; }

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

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

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

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

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

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

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

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