Html Css Color HEX #2E2631 Blackcurrant

📋 copy color: '#2E2631'

red 46 ◦ green 38 ◦ blue 49

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

Shades of Blackcurrant #2E2631

Tints of Blackcurrant #2E2631

RGB

 RED value IS 46 (18.36% from 255) = 34.59%

 GREEN value IS 38 (15.23% from 255) = 28.57%

 BLUE value IS 49 (19.53% from 255) = 36.84%

R = 34.59%
G = 28.57%
B = 36.84%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E2631 (or 0x2E2631) is known color: Blackcurrant. HEX triplet: 2E, 26 and 31. RGB value is (46,38,49). Sum of RGB (Red+Green+Blue) = 46+38+49=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2631 is #D1D9CE. Grayscale: #292929. Windows color (decimal): -13752783 or 3221038. OLE color: 3221038.

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

Color convert

RGB 46 38 49 -
CMYK 0.06 0.22 0 0.81
HSL 283.64º 0.13% 0.17% -
HSV(B) 283.64º 0.22% 0.19% -
XYZ 2.37 2.19 3.2 -
YUV 41.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 46 38 49 0.06 0.22 0 0.81 283.64 0.13 0.17
Hex 2E 26 31 6 16 0 51 11C D 11
Octal 56 46 61 6 26 0 121 434 15 21
Binary 101110 100110 110001 110 10110 0 1010001 100011100 1101 10001

Color Harmonies of #2E2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2631

Black with #2E2631

Text Example


Text Example

White with #2E2631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,38,49); }

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

background-color css

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

 a { background-color: rgb(46,38,49); }

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

border-color css

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

 span { border-color: rgb(46,38,49); }

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