Html Css Color HEX #2B323D Ebony

📋 copy color: '#2B323D'

red 43 ◦ green 50 ◦ blue 61

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

Shades of Ebony #2B323D

Tints of Ebony #2B323D

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 value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2B323D (or 0x2B323D) is known color: 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

RGB 43 50 61 -
CMYK 0.30 0.18 0 0.76
HSL 216.67º 0.17% 0.2% -
HSV(B) 216.67º 0.3% 0.24% -
XYZ 2.98 3.13 4.86 -
YUV 49.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 43 50 61 0.30 0.18 0 0.76 216.67 0.17 0.2
Hex 2B 32 3D 1E 12 0 4C D9 11 14
Octal 53 62 75 36 22 0 114 331 21 24
Binary 101011 110010 111101 11110 10010 0 1001100 11011001 10001 10100

Color Harmonies of #2B323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B323D

Black with #2B323D

Text Example


Text Example

White with #2B323D

Text Example


Text Example

HTML Codes & Css Web 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>