#33484A

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

Shades of Dark Slate Grey #33484A

Tints of Dark Slate Grey #33484A

Color information

#33484A (or 0x33484A) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 48 and 4A. RGB value is (51,72,74). Sum of RGB (Red+Green+Blue) = 51+72+74=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #33484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33484A is #CCB7B5. Grayscale: #414141. Windows color (decimal): -13416374 or 4868147. OLE color: 4868147.

HSL color Cylindrical-coordinate representation of color #33484A: hue angle of 185.22º 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 #33484A is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB517274-
CMYK0.310.0300.71
HSL185.22º18.4%24.51%-
HSV(B)185.22º31.08%29.02%-
XYZ4.925.837.35-
YUV65.95132.54117.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=25.89%
G=36.55%
B=37.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5172740.310.0300.71185.2218.424.51
Hex33484A1F3047b91219
Octal6311011237301072712231
Binary11001110010001001010111111101000111101110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33484A; }

 p { color: rgb(51,72,74); }

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

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

 a { background-color: rgb(51,72,74); }

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

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

 span { border-color: rgb(51,72,74); }

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