Html Css Color HEX #2E2A31 Blackcurrant

📋 copy color: '#2E2A31'

red 46 ◦ green 42 ◦ blue 49

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

Shades of Blackcurrant #2E2A31

Tints of Blackcurrant #2E2A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.66%

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

R = 33.58%
G = 30.66%
B = 35.77%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E2A31 (or 0x2E2A31) is known color: Blackcurrant. HEX triplet: 2E, 2A and 31. RGB value is (46,42,49). Sum of RGB (Red+Green+Blue) = 46+42+49=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2A31 is #D1D5CE. Grayscale: #2B2B2B. Windows color (decimal): -13751759 or 3222062. OLE color: 3222062.

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

Color convert

RGB 46 42 49 -
CMYK 0.06 0.14 0 0.81
HSL 274.29º 0.08% 0.18% -
HSV(B) 274.29º 0.14% 0.19% -
XYZ 2.51 2.46 3.25 -
YUV 43.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 46 42 49 0.06 0.14 0 0.81 274.29 0.08 0.18
Hex 2E 2A 31 6 E 0 51 112 8 12
Octal 56 52 61 6 16 0 121 422 10 22
Binary 101110 101010 110001 110 1110 0 1010001 100010010 1000 10010

Color Harmonies of #2E2A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2A31

Black with #2E2A31

Text Example


Text Example

White with #2E2A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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