Html Css Color HEX #264847 Dark Slate Grey

📋 copy color: '#264847'

red 38 ◦ green 72 ◦ blue 71

#264847
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #264847

Tints of Dark Slate Grey #264847

RGB

 RED value IS 38 (15.23% from 255) = 20.99%

 GREEN value IS 72 (28.52% from 255) = 39.78%

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 20.99%
G = 39.78%
B = 39.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#264847 (or 0x264847) is known color: Dark Slate Grey. HEX triplet: 26, 48 and 47. RGB value is (38,72,71). Sum of RGB (Red+Green+Blue) = 38+72+71=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #264847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264847 is #D9B7B8. Grayscale: #3D3D3D. Windows color (decimal): -14268345 or 4671526. OLE color: 4671526.

HSL color Cylindrical-coordinate representation of color #264847: hue angle of 178.24º 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 #264847 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 72 71 -
CMYK 0.47 0 0.01 0.72
HSL 178.24º 0.31% 0.22% -
HSV(B) 178.24º 0.47% 0.28% -
XYZ 4.25 5.5 6.8 -
YUV 61.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 38 72 71 0.47 0 0.01 0.72 178.24 0.31 0.22
Hex 26 48 47 2F 0 1 48 B2 1F 16
Octal 46 110 107 57 0 1 110 262 37 26
Binary 100110 1001000 1000111 101111 0 1 1001000 10110010 11111 10110

Color Harmonies of #264847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264847

Black with #264847

Text Example


Text Example

White with #264847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264847; }

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

 H1.HeaderClassName
 {
   color: #264847;
 }
 .AnyTagClassName
 {
   color: #264847;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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