#2B323D

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

Shades of Ebony #2B323D

Tints of Ebony #2B323D

Color information

#2B323D (or 0x2B323D) is unknown color: approx Ebony. HEX triplet: 2B, 32 and 3D. RGB value is (43,50,61). Sum of RGB (Red+Green+Blue) = 43+50+61=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B323D is #D4CDC2. Grayscale: #313131. Windows color (decimal): -13946307 or 4010539. OLE color: 4010539.

HSL color Cylindrical-coordinate representation of color #2B323D: hue angle of 216.67º 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 #2B323D is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB435061-
CMYK0.300.1800.76
HSL216.67º17.31%20.39%-
HSV(B)216.67º29.51%23.92%-
XYZ2.983.134.86-
YUV49.16134.68123.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=27.92%
G=32.47%
B=39.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4350610.300.1800.76216.6717.3120.39
Hex2B323D1E1204Cd91114
Octal536275362201143312124
Binary101011110010111101111101001001001100110110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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