Html Css Color HEX #2E1737 Blackcurrant

📋 copy color: '#2E1737'

red 46 ◦ green 23 ◦ blue 55

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

Shades of Blackcurrant #2E1737

Tints of Blackcurrant #2E1737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

 BLUE value IS 55 (21.88% from 255) = 44.35%

R = 37.1%
G = 18.55%
B = 44.35%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E1737 (or 0x2E1737) is known color: Blackcurrant. HEX triplet: 2E, 17 and 37. RGB value is (46,23,55). Sum of RGB (Red+Green+Blue) = 46+23+55=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1737 is #D1E8C8. Grayscale: #212121. Windows color (decimal): -13756617 or 3610414. OLE color: 3610414.

HSL color Cylindrical-coordinate representation of color #2E1737: hue angle of 283.12º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E1737 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 23 55 -
CMYK 0.16 0.58 0 0.78
HSL 283.13º 0.41% 0.15% -
HSV(B) 283.13º 0.58% 0.22% -
XYZ 2.12 1.47 3.79 -
YUV 33.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 46 23 55 0.16 0.58 0 0.78 283.13 0.41 0.15
Hex 2E 17 37 10 3A 0 4E 11B 29 F
Octal 56 27 67 20 72 0 116 433 51 17
Binary 101110 10111 110111 10000 111010 0 1001110 100011011 101001 1111

Color Harmonies of #2E1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1737

Black with #2E1737

Text Example


Text Example

White with #2E1737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,23,55); }

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

background-color css

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

 a { background-color: rgb(46,23,55); }

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

border-color css

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

 span { border-color: rgb(46,23,55); }

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