Html Css Color HEX #2B2E34 Ebony

📋 copy color: '#2B2E34'

red 43 ◦ green 46 ◦ blue 52

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

Shades of Ebony #2B2E34

Tints of Ebony #2B2E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 30.5%
G = 32.62%
B = 36.88%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2B2E34 (or 0x2B2E34) is known color: Ebony. HEX triplet: 2B, 2E and 34. RGB value is (43,46,52). Sum of RGB (Red+Green+Blue) = 43+46+52=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 52 - color contains mainly: blue. Hex color #2B2E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E34 is #D4D1CB. Grayscale: #2D2D2D. Windows color (decimal): -13947340 or 3419691. OLE color: 3419691.

HSL color Cylindrical-coordinate representation of color #2B2E34: hue angle of 220º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2B2E34 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 43 46 52 -
CMYK 0.17 0.12 0 0.80
HSL 220º 0.09% 0.19% -
HSV(B) 220º 0.17% 0.2% -
XYZ 2.59 2.72 3.64 -
YUV 45.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 43 46 52 0.17 0.12 0 0.80 220 0.09 0.19
Hex 2B 2E 34 11 C 0 50 DC 9 13
Octal 53 56 64 21 14 0 120 334 11 23
Binary 101011 101110 110100 10001 1100 0 1010000 11011100 1001 10011

Color Harmonies of #2B2E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2E34

Black with #2B2E34

Text Example


Text Example

White with #2B2E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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