Html Css Color HEX #2B313D Ebony

📋 copy color: '#2B313D'

red 43 ◦ green 49 ◦ blue 61

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

Shades of Ebony #2B313D

Tints of Ebony #2B313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

 BLUE value IS 61 (24.22% from 255) = 39.87%

R = 28.1%
G = 32.03%
B = 39.87%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2B313D (or 0x2B313D) is known color: Ebony. HEX triplet: 2B, 31 and 3D. RGB value is (43,49,61). Sum of RGB (Red+Green+Blue) = 43+49+61=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B313D is #D4CEC2. Grayscale: #303030. Windows color (decimal): -13946563 or 4010283. OLE color: 4010283.

HSL color Cylindrical-coordinate representation of color #2B313D: hue angle of 220º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B313D is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 43 49 61 -
CMYK 0.30 0.20 0 0.76
HSL 220º 0.17% 0.2% -
HSV(B) 220º 0.3% 0.24% -
XYZ 2.94 3.05 4.85 -
YUV 48.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 43 49 61 0.30 0.20 0 0.76 220 0.17 0.2
Hex 2B 31 3D 1E 14 0 4C DC 11 14
Octal 53 61 75 36 24 0 114 334 21 24
Binary 101011 110001 111101 11110 10100 0 1001100 11011100 10001 10100

Color Harmonies of #2B313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B313D

Black with #2B313D

Text Example


Text Example

White with #2B313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,49,61); }

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

background-color css

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

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

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

border-color css

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

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

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