Html Css Color HEX #2B2E38 Ebony

📋 copy color: '#2B2E38'

red 43 ◦ green 46 ◦ blue 56

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

Shades of Ebony #2B2E38

Tints of Ebony #2B2E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.72%

 BLUE value IS 56 (22.27% from 255) = 38.62%

R = 29.66%
G = 31.72%
B = 38.62%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2B2E38 (or 0x2B2E38) is known color: Ebony. HEX triplet: 2B, 2E and 38. RGB value is (43,46,56). Sum of RGB (Red+Green+Blue) = 43+46+56=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B2E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E38 is #D4D1C7. Grayscale: #2E2E2E. Windows color (decimal): -13947336 or 3681835. OLE color: 3681835.

HSL color Cylindrical-coordinate representation of color #2B2E38: hue angle of 226.15º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B2E38 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 43 46 56 -
CMYK 0.23 0.18 0 0.78
HSL 226.15º 0.13% 0.19% -
HSV(B) 226.15º 0.23% 0.22% -
XYZ 2.69 2.75 4.13 -
YUV 46.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 43 46 56 0.23 0.18 0 0.78 226.15 0.13 0.19
Hex 2B 2E 38 17 12 0 4E E2 D 13
Octal 53 56 70 27 22 0 116 342 15 23
Binary 101011 101110 111000 10111 10010 0 1001110 11100010 1101 10011

Color Harmonies of #2B2E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2E38

Black with #2B2E38

Text Example


Text Example

White with #2B2E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,46,56); }

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

background-color css

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

 a { background-color: rgb(43,46,56); }

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

border-color css

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

 span { border-color: rgb(43,46,56); }

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