Html Css Color HEX #2B2E21 Eternity

📋 copy color: '#2B2E21'

red 43 ◦ green 46 ◦ blue 33

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

Shades of Eternity #2B2E21

Tints of Eternity #2B2E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.05%

R = 35.25%
G = 37.7%
B = 27.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#2B2E21 (or 0x2B2E21) is known color: Eternity. HEX triplet: 2B, 2E and 21. RGB value is (43,46,33). Sum of RGB (Red+Green+Blue) = 43+46+33=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E21 is #D4D1DE. Grayscale: #2B2B2B. Windows color (decimal): -13947359 or 2174507. OLE color: 2174507.

HSL color Cylindrical-coordinate representation of color #2B2E21: hue angle of 73.85º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B2E21 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB 43 46 33 -
CMYK 0.07 0 0.28 0.82
HSL 73.85º 0.16% 0.15% -
HSV(B) 73.85º 0.28% 0.18% -
XYZ 2.25 2.58 1.82 -
YUV 43.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 43 46 33 0.07 0 0.28 0.82 73.85 0.16 0.15
Hex 2B 2E 21 7 0 1C 52 4A 10 F
Octal 53 56 41 7 0 34 122 112 20 17
Binary 101011 101110 100001 111 0 11100 1010010 1001010 10000 1111

Color Harmonies of #2B2E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2E21

Black with #2B2E21

Text Example


Text Example

White with #2B2E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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