#264747

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

Shades of Dark Slate Grey #264747

Tints of Dark Slate Grey #264747

Color information

#264747 (or 0x264747) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 47 and 47. RGB value is (38,71,71). Sum of RGB (Red+Green+Blue) = 38+71+71=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #264747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264747 is #D9B8B8. Grayscale: #3D3D3D. Windows color (decimal): -14268601 or 4671270. OLE color: 4671270.

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

Color convert

RGB387171-
CMYK0.46000.72
HSL180º30.28%21.37%-
HSV(B)180º46.48%27.84%-
XYZ4.195.376.78-
YUV61.13133.57111.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=21.11%
G=39.44%
B=39.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871710.46000.7218030.2821.37
Hex2647472E0048b41e15
Octal4610710756001102643625
Binary10011010001111000111101110001001000101101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264747; }

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

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

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

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

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

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

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

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