#264849

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

Shades of Dark Slate Grey #264849

Tints of Dark Slate Grey #264849

Color information

#264849 (or 0x264849) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 48 and 49. RGB value is (38,72,73). Sum of RGB (Red+Green+Blue) = 38+72+73=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #264849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264849 is #D9B7B6. Grayscale: #3D3D3D. Windows color (decimal): -14268343 or 4802598. OLE color: 4802598.

HSL color Cylindrical-coordinate representation of color #264849: hue angle of 181.71º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264849 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB387273-
CMYK0.480.0100.71
HSL181.71º31.53%21.76%-
HSV(B)181.71º47.95%28.63%-
XYZ4.325.537.14-
YUV61.95134.24110.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=20.77%
G=39.34%
B=39.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3872730.480.0100.71181.7131.5321.76
Hex264849301047b62016
Octal4611011160101072664026
Binary100110100100010010011100001010001111011011010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264849; }

 p { color: rgb(38,72,73); }

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

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

 a { background-color: rgb(38,72,73); }

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

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

 span { border-color: rgb(38,72,73); }

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