Html Css Color HEX #2E2832 Blackcurrant

📋 copy color: '#2E2832'

red 46 ◦ green 40 ◦ blue 50

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

Shades of Blackcurrant #2E2832

Tints of Blackcurrant #2E2832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.41%

 BLUE value IS 50 (19.92% from 255) = 36.76%

R = 33.82%
G = 29.41%
B = 36.76%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2E2832 (or 0x2E2832) is known color: Blackcurrant. HEX triplet: 2E, 28 and 32. RGB value is (46,40,50). Sum of RGB (Red+Green+Blue) = 46+40+50=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E2832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2832 is #D1D7CD. Grayscale: #2A2A2A. Windows color (decimal): -13752270 or 3287086. OLE color: 3287086.

HSL color Cylindrical-coordinate representation of color #2E2832: hue angle of 276º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2E2832 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 40 50 -
CMYK 0.08 0.20 0 0.80
HSL 276º 0.11% 0.18% -
HSV(B) 276º 0.2% 0.2% -
XYZ 2.46 2.33 3.34 -
YUV 42.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 46 40 50 0.08 0.20 0 0.80 276 0.11 0.18
Hex 2E 28 32 8 14 0 50 114 B 12
Octal 56 50 62 10 24 0 120 424 13 22
Binary 101110 101000 110010 1000 10100 0 1010000 100010100 1011 10010

Color Harmonies of #2E2832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2832

Black with #2E2832

Text Example


Text Example

White with #2E2832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,40,50); }

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

background-color css

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

 a { background-color: rgb(46,40,50); }

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

border-color css

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

 span { border-color: rgb(46,40,50); }

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