Html Css Color HEX #2B4847 Dark Slate Grey

📋 copy color: '#2B4847'

red 43 ◦ green 72 ◦ blue 71

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

Shades of Dark Slate Grey #2B4847

Tints of Dark Slate Grey #2B4847

RGB

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

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

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

R = 23.12%
G = 38.71%
B = 38.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#2B4847 (or 0x2B4847) is known color: Dark Slate Grey. HEX triplet: 2B, 48 and 47. RGB value is (43,72,71). Sum of RGB (Red+Green+Blue) = 43+72+71=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4847 is #D4B7B8. Grayscale: #3F3F3F. Windows color (decimal): -13940665 or 4671531. OLE color: 4671531.

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

Color convert

RGB 43 72 71 -
CMYK 0.40 0 0.01 0.72
HSL 177.93º 0.25% 0.23% -
HSV(B) 177.93º 0.4% 0.28% -
XYZ 4.45 5.6 6.81 -
YUV 63.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 43 72 71 0.40 0 0.01 0.72 177.93 0.25 0.23
Hex 2B 48 47 28 0 1 48 B2 19 17
Octal 53 110 107 50 0 1 110 262 31 27
Binary 101011 1001000 1000111 101000 0 1 1001000 10110010 11001 10111

Color Harmonies of #2B4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4847

Black with #2B4847

Text Example


Text Example

White with #2B4847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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