Html Css Color HEX #2E2431 Blackcurrant

📋 copy color: '#2E2431'

red 46 ◦ green 36 ◦ blue 49

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

Shades of Blackcurrant #2E2431

Tints of Blackcurrant #2E2431

RGB

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

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

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

R = 35.11%
G = 27.48%
B = 37.4%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E2431 (or 0x2E2431) is known color: Blackcurrant. HEX triplet: 2E, 24 and 31. RGB value is (46,36,49). Sum of RGB (Red+Green+Blue) = 46+36+49=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2431 is #D1DBCE. Grayscale: #282828. Windows color (decimal): -13753295 or 3220526. OLE color: 3220526.

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

Color convert

RGB 46 36 49 -
CMYK 0.06 0.27 0 0.81
HSL 286.15º 0.15% 0.17% -
HSV(B) 286.15º 0.27% 0.19% -
XYZ 2.31 2.06 3.18 -
YUV 40.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 46 36 49 0.06 0.27 0 0.81 286.15 0.15 0.17
Hex 2E 24 31 6 1B 0 51 11E F 11
Octal 56 44 61 6 33 0 121 436 17 21
Binary 101110 100100 110001 110 11011 0 1010001 100011110 1111 10001

Color Harmonies of #2E2431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2431

Black with #2E2431

Text Example


Text Example

White with #2E2431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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