#34484B

Color #34484B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #34484B

Tints of Dark Slate Grey #34484B

Color information

#34484B (or 0x34484B) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 48 and 4B. RGB value is (52,72,75). Sum of RGB (Red+Green+Blue) = 52+72+75=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #34484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34484B is #CBB7B4. Grayscale: #424242. Windows color (decimal): -13350837 or 4933684. OLE color: 4933684.

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

Color convert

RGB527275-
CMYK0.310.0400.71
HSL187.83º18.11%24.9%-
HSV(B)187.83º30.67%29.41%-
XYZ55.877.53-
YUV66.36132.87117.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=26.13%
G=36.18%
B=37.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5272750.310.0400.71187.8318.1124.9
Hex34484B1F4047bc1219
Octal6411011337401072742231
Binary110100100100010010111111110001000111101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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