Html Css Color HEX #2B4849 Dark Slate Grey

📋 copy color: '#2B4849'

red 43 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #2B4849

Tints of Dark Slate Grey #2B4849

RGB

 RED value IS 43 (17.19% from 255) = 22.87%

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

 BLUE value IS 73 (28.91% from 255) = 38.83%

R = 22.87%
G = 38.3%
B = 38.83%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2B4849 (or 0x2B4849) is known color: Dark Slate Grey. HEX triplet: 2B, 48 and 49. RGB value is (43,72,73). Sum of RGB (Red+Green+Blue) = 43+72+73=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B4849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4849 is #D4B7B6. Grayscale: #3F3F3F. Windows color (decimal): -13940663 or 4802603. OLE color: 4802603.

HSL color Cylindrical-coordinate representation of color #2B4849: hue angle of 182º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B4849 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 72 73 -
CMYK 0.41 0.01 0 0.71
HSL 182º 0.26% 0.23% -
HSV(B) 182º 0.41% 0.29% -
XYZ 4.52 5.63 7.15 -
YUV 63.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 43 72 73 0.41 0.01 0 0.71 182 0.26 0.23
Hex 2B 48 49 29 1 0 47 B6 1A 17
Octal 53 110 111 51 1 0 107 266 32 27
Binary 101011 1001000 1001001 101001 1 0 1000111 10110110 11010 10111

Color Harmonies of #2B4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4849

Black with #2B4849

Text Example


Text Example

White with #2B4849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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