#39484B

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

Shades of Charade #39484B

Tints of Charade #39484B

Color information

#39484B (or 0x39484B) is unknown color: approx Charade. HEX triplet: 39, 48 and 4B. RGB value is (57,72,75). Sum of RGB (Red+Green+Blue) = 57+72+75=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #39484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39484B is #C6B7B4. Grayscale: #434343. Windows color (decimal): -13023157 or 4933689. OLE color: 4933689.

HSL color Cylindrical-coordinate representation of color #39484B: hue angle of 190º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #39484B is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB577275-
CMYK0.240.0400.71
HSL190º13.64%25.88%-
HSV(B)190º24%29.41%-
XYZ5.276.017.54-
YUV67.86132.03120.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=27.94%
G=35.29%
B=36.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5772750.240.0400.7119013.6425.88
Hex39484B184047bee1a
Octal7111011330401072761632
Binary11100110010001001011110001000100011110111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39484B; }

 p { color: rgb(57,72,75); }

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

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

 a { background-color: rgb(57,72,75); }

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

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

 span { border-color: rgb(57,72,75); }

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