Html Css Color HEX #2C5051 Dark Slate Grey

📋 copy color: '#2C5051'

red 44 ◦ green 80 ◦ blue 81

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

Shades of Dark Slate Grey #2C5051

Tints of Dark Slate Grey #2C5051

RGB

 RED value IS 44 (17.58% from 255) = 21.46%

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 81 (32.03% from 255) = 39.51%

R = 21.46%
G = 39.02%
B = 39.51%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2C5051 (or 0x2C5051) is known color: Dark Slate Grey. HEX triplet: 2C, 50 and 51. RGB value is (44,80,81). Sum of RGB (Red+Green+Blue) = 44+80+81=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #2C5051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5051 is #D3AFAE. Grayscale: #454545. Windows color (decimal): -13873071 or 5328940. OLE color: 5328940.

HSL color Cylindrical-coordinate representation of color #2C5051: hue angle of 181.62º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C5051 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 80 81 -
CMYK 0.46 0.01 0 0.68
HSL 181.62º 0.3% 0.25% -
HSV(B) 181.62º 0.46% 0.32% -
XYZ 5.39 6.87 8.83 -
YUV 69.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 44 80 81 0.46 0.01 0 0.68 181.62 0.3 0.25
Hex 2C 50 51 2E 1 0 44 B6 1E 19
Octal 54 120 121 56 1 0 104 266 36 31
Binary 101100 1010000 1010001 101110 1 0 1000100 10110110 11110 11001

Color Harmonies of #2C5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5051

Black with #2C5051

Text Example


Text Example

White with #2C5051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C5051; }

 p { color: rgb(44,80,81); }

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

background-color css

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

 a { background-color: rgb(44,80,81); }

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

border-color css

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

 span { border-color: rgb(44,80,81); }

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