#38474B

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

Shades of Charade #38474B

Tints of Charade #38474B

Color information

#38474B (or 0x38474B) is unknown color: approx Charade. HEX triplet: 38, 47 and 4B. RGB value is (56,71,75). Sum of RGB (Red+Green+Blue) = 56+71+75=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #38474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38474B is #C7B8B4. Grayscale: #424242. Windows color (decimal): -13088949 or 4933432. OLE color: 4933432.

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

Color convert

RGB567175-
CMYK0.250.0500.71
HSL192.63º14.5%25.69%-
HSV(B)192.63º25.33%29.41%-
XYZ5.155.867.52-
YUV66.97132.53120.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=27.72%
G=35.15%
B=37.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5671750.250.0500.71192.6314.525.69
Hex38474B195047c1f1a
Octal7010711331501073011732
Binary11100010001111001011110011010100011111000001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,71,75); }

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

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

 a { background-color: rgb(56,71,75); }

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

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

 span { border-color: rgb(56,71,75); }

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