Html Css Color HEX #2E2532 Blackcurrant

📋 copy color: '#2E2532'

red 46 ◦ green 37 ◦ blue 50

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

Shades of Blackcurrant #2E2532

Tints of Blackcurrant #2E2532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.82%

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

R = 34.59%
G = 27.82%
B = 37.59%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2E2532 (or 0x2E2532) is known color: Blackcurrant. HEX triplet: 2E, 25 and 32. RGB value is (46,37,50). Sum of RGB (Red+Green+Blue) = 46+37+50=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E2532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2532 is #D1DACD. Grayscale: #292929. Windows color (decimal): -13753038 or 3286318. OLE color: 3286318.

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

Color convert

RGB 46 37 50 -
CMYK 0.08 0.26 0 0.80
HSL 281.54º 0.15% 0.17% -
HSV(B) 281.54º 0.26% 0.2% -
XYZ 2.36 2.13 3.3 -
YUV 41.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 46 37 50 0.08 0.26 0 0.80 281.54 0.15 0.17
Hex 2E 25 32 8 1A 0 50 11A F 11
Octal 56 45 62 10 32 0 120 432 17 21
Binary 101110 100101 110010 1000 11010 0 1010000 100011010 1111 10001

Color Harmonies of #2E2532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2532

Black with #2E2532

Text Example


Text Example

White with #2E2532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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