Html Css Color HEX #2E163A Blackcurrant

📋 copy color: '#2E163A'

red 46 ◦ green 22 ◦ blue 58

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

Shades of Blackcurrant #2E163A

Tints of Blackcurrant #2E163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.46%

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

R = 36.51%
G = 17.46%
B = 46.03%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E163A (or 0x2E163A) is known color: Blackcurrant. HEX triplet: 2E, 16 and 3A. RGB value is (46,22,58). Sum of RGB (Red+Green+Blue) = 46+22+58=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E163A is #D1E9C5. Grayscale: #212121. Windows color (decimal): -13756870 or 3806766. OLE color: 3806766.

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

Color convert

RGB 46 22 58 -
CMYK 0.21 0.62 0 0.77
HSL 280º 0.45% 0.16% -
HSV(B) 280º 0.62% 0.23% -
XYZ 2.18 1.46 4.17 -
YUV 33.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 46 22 58 0.21 0.62 0 0.77 280 0.45 0.16
Hex 2E 16 3A 15 3E 0 4D 118 2D 10
Octal 56 26 72 25 76 0 115 430 55 20
Binary 101110 10110 111010 10101 111110 0 1001101 100011000 101101 10000

Color Harmonies of #2E163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E163A

Black with #2E163A

Text Example


Text Example

White with #2E163A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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