#264848

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

Shades of Dark Slate Grey #264848

Tints of Dark Slate Grey #264848

Color information

#264848 (or 0x264848) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 48 and 48. RGB value is (38,72,72). Sum of RGB (Red+Green+Blue) = 38+72+72=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #264848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264848 is #D9B7B7. Grayscale: #3D3D3D. Windows color (decimal): -14268344 or 4737062. OLE color: 4737062.

HSL color Cylindrical-coordinate representation of color #264848: hue angle of 180º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #264848 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB387272-
CMYK0.47000.72
HSL180º30.91%21.57%-
HSV(B)180º47.22%28.24%-
XYZ4.295.516.97-
YUV61.83133.74111-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=20.88%
G=39.56%
B=39.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3872720.47000.7218030.9121.57
Hex2648482F0048b41f16
Octal4611011057001102643726
Binary10011010010001001000101111001001000101101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264848; }

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

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

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

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

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

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

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

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