Html Css Color HEX #2E193A Blackcurrant

📋 copy color: '#2E193A'

red 46 ◦ green 25 ◦ blue 58

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

Shades of Blackcurrant #2E193A

Tints of Blackcurrant #2E193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 44.96%

R = 35.66%
G = 19.38%
B = 44.96%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E193A (or 0x2E193A) is known color: Blackcurrant. HEX triplet: 2E, 19 and 3A. RGB value is (46,25,58). Sum of RGB (Red+Green+Blue) = 46+25+58=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E193A is #D1E6C5. Grayscale: #222222. Windows color (decimal): -13756102 or 3807534. OLE color: 3807534.

HSL color Cylindrical-coordinate representation of color #2E193A: hue angle of 278.18º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E193A is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 46 25 58 -
CMYK 0.21 0.57 0 0.77
HSL 278.18º 0.4% 0.16% -
HSV(B) 278.18º 0.57% 0.23% -
XYZ 2.24 1.58 4.19 -
YUV 35.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 46 25 58 0.21 0.57 0 0.77 278.18 0.4 0.16
Hex 2E 19 3A 15 39 0 4D 116 28 10
Octal 56 31 72 25 71 0 115 426 50 20
Binary 101110 11001 111010 10101 111001 0 1001101 100010110 101000 10000

Color Harmonies of #2E193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E193A

Black with #2E193A

Text Example


Text Example

White with #2E193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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