Html Css Color HEX #2E1837 Blackcurrant

📋 copy color: '#2E1837'

red 46 ◦ green 24 ◦ blue 55

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

Shades of Blackcurrant #2E1837

Tints of Blackcurrant #2E1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.2%

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

R = 36.8%
G = 19.2%
B = 44%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E1837 (or 0x2E1837) is known color: Blackcurrant. HEX triplet: 2E, 18 and 37. RGB value is (46,24,55). Sum of RGB (Red+Green+Blue) = 46+24+55=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E1837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1837 is #D1E7C8. Grayscale: #222222. Windows color (decimal): -13756361 or 3610670. OLE color: 3610670.

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

Color convert

RGB 46 24 55 -
CMYK 0.16 0.56 0 0.78
HSL 282.58º 0.39% 0.15% -
HSV(B) 282.58º 0.56% 0.22% -
XYZ 2.14 1.51 3.79 -
YUV 34.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 46 24 55 0.16 0.56 0 0.78 282.58 0.39 0.15
Hex 2E 18 37 10 38 0 4E 11B 27 F
Octal 56 30 67 20 70 0 116 433 47 17
Binary 101110 11000 110111 10000 111000 0 1001110 100011011 100111 1111

Color Harmonies of #2E1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1837

Black with #2E1837

Text Example


Text Example

White with #2E1837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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