#2B4848

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

Shades of Dark Slate Grey #2B4848

Tints of Dark Slate Grey #2B4848

Color information

#2B4848 (or 0x2B4848) is unknown color: approx Dark Slate Grey. HEX triplet: 2B, 48 and 48. RGB value is (43,72,72). Sum of RGB (Red+Green+Blue) = 43+72+72=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #2B4848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4848 is #D4B7B7. Grayscale: #3F3F3F. Windows color (decimal): -13940664 or 4737067. OLE color: 4737067.

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

Color convert

RGB437272-
CMYK0.40000.72
HSL180º25.22%22.55%-
HSV(B)180º40.28%28.24%-
XYZ4.485.626.98-
YUV63.33132.89113.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=22.99%
G=38.50%
B=38.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4372720.40000.7218025.2222.55
Hex2B4848280048b41917
Octal5311011050001102643127
Binary10101110010001001000101000001001000101101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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