Html Css Color HEX #2B2425 Aubergine

📋 copy color: '#2B2425'

red 43 ◦ green 36 ◦ blue 37

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

Shades of Aubergine #2B2425

Tints of Aubergine #2B2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.03%

 BLUE value IS 37 (14.84% from 255) = 31.9%

R = 37.07%
G = 31.03%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.83

RGB Variations

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

Color information

#2B2425 (or 0x2B2425) is known color: Aubergine. HEX triplet: 2B, 24 and 25. RGB value is (43,36,37). Sum of RGB (Red+Green+Blue) = 43+36+37=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2425 is #D4DBDA. Grayscale: #262626. Windows color (decimal): -13949915 or 2434091. OLE color: 2434091.

HSL color Cylindrical-coordinate representation of color #2B2425: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2B2425 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 36 37 -
CMYK 0 0.16 0.14 0.83
HSL 351.43º 0.09% 0.15% -
HSV(B) 351.43º 0.16% 0.17% -
XYZ 1.96 1.91 2.02 -
YUV 38.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 43 36 37 0 0.16 0.14 0.83 351.43 0.09 0.15
Hex 2B 24 25 0 10 E 53 15F 9 F
Octal 53 44 45 0 20 16 123 537 11 17
Binary 101011 100100 100101 0 10000 1110 1010011 101011111 1001 1111

Color Harmonies of #2B2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2425

Black with #2B2425

Text Example


Text Example

White with #2B2425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,36,37); }

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

background-color css

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

 a { background-color: rgb(43,36,37); }

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

border-color css

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

 span { border-color: rgb(43,36,37); }

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