#2B323F

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

Shades of Ebony #2B323F

Tints of Ebony #2B323F

Color information

#2B323F (or 0x2B323F) is unknown color: approx Ebony. HEX triplet: 2B, 32 and 3F. RGB value is (43,50,63). Sum of RGB (Red+Green+Blue) = 43+50+63=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B323F is #D4CDC0. Grayscale: #313131. Windows color (decimal): -13946305 or 4141611. OLE color: 4141611.

HSL color Cylindrical-coordinate representation of color #2B323F: hue angle of 219º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B323F is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB435063-
CMYK0.320.2100.75
HSL219º18.87%20.78%-
HSV(B)219º31.75%24.71%-
XYZ3.033.155.15-
YUV49.39135.68123.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 63 (25% from 255) = 40.38%
R=27.56%
G=32.05%
B=40.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4350630.320.2100.7521918.8720.78
Hex2B323F201504Bdb1315
Octal536277402501133332325
Binary1010111100101111111000001010101001011110110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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