#2B313D

Color #2B313D Ebony (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebony #2B313D

Tints of Ebony #2B313D

Color information

#2B313D (or 0x2B313D) is unknown color: approx 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

RGB434961-
CMYK0.300.2000.76
HSL220º17.31%20.39%-
HSV(B)220º29.51%23.92%-
XYZ2.943.054.85-
YUV48.57135.01124.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.10%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=28.10%
G=32.03%
B=39.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4349610.300.2000.7622017.3120.39
Hex2B313D1E1404Cdc1114
Octal536175362401143342124
Binary101011110001111101111101010001001100110111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>