Html Css Color HEX #2E1937 Blackcurrant

📋 copy color: '#2E1937'

red 46 ◦ green 25 ◦ blue 55

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

Shades of Blackcurrant #2E1937

Tints of Blackcurrant #2E1937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

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

R = 36.51%
G = 19.84%
B = 43.65%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E1937 (or 0x2E1937) is known color: Blackcurrant. HEX triplet: 2E, 19 and 37. RGB value is (46,25,55). Sum of RGB (Red+Green+Blue) = 46+25+55=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E1937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1937 is #D1E6C8. Grayscale: #222222. Windows color (decimal): -13756105 or 3610926. OLE color: 3610926.

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

Color convert

RGB 46 25 55 -
CMYK 0.16 0.55 0 0.78
HSL 282º 0.38% 0.16% -
HSV(B) 282º 0.55% 0.22% -
XYZ 2.16 1.55 3.8 -
YUV 34.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 46 25 55 0.16 0.55 0 0.78 282 0.38 0.16
Hex 2E 19 37 10 37 0 4E 11A 26 10
Octal 56 31 67 20 67 0 116 432 46 20
Binary 101110 11001 110111 10000 110111 0 1001110 100011010 100110 10000

Color Harmonies of #2E1937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1937

Black with #2E1937

Text Example


Text Example

White with #2E1937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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