Html Css Color HEX #2B4548 Dark Slate Grey

📋 copy color: '#2B4548'

red 43 ◦ green 69 ◦ blue 72

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

Shades of Dark Slate Grey #2B4548

Tints of Dark Slate Grey #2B4548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.5%

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 23.37%
G = 37.5%
B = 39.13%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B4548 (or 0x2B4548) is known color: Dark Slate Grey. HEX triplet: 2B, 45 and 48. RGB value is (43,69,72). Sum of RGB (Red+Green+Blue) = 43+69+72=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B4548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4548 is #D4BAB7. Grayscale: #3D3D3D. Windows color (decimal): -13941432 or 4736299. OLE color: 4736299.

HSL color Cylindrical-coordinate representation of color #2B4548: hue angle of 186.21º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B4548 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 69 72 -
CMYK 0.40 0.04 0 0.72
HSL 186.21º 0.25% 0.23% -
HSV(B) 186.21º 0.4% 0.28% -
XYZ 4.29 5.24 6.92 -
YUV 61.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 43 69 72 0.40 0.04 0 0.72 186.21 0.25 0.23
Hex 2B 45 48 28 4 0 48 BA 19 17
Octal 53 105 110 50 4 0 110 272 31 27
Binary 101011 1000101 1001000 101000 100 0 1001000 10111010 11001 10111

Color Harmonies of #2B4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4548

Black with #2B4548

Text Example


Text Example

White with #2B4548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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