Html Css Color HEX #2E193E Blackcurrant

📋 copy color: '#2E193E'

red 46 ◦ green 25 ◦ blue 62

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

Shades of Blackcurrant #2E193E

Tints of Blackcurrant #2E193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 46.62%

R = 34.59%
G = 18.8%
B = 46.62%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E193E (or 0x2E193E) is known color: Blackcurrant. HEX triplet: 2E, 19 and 3E. RGB value is (46,25,62). Sum of RGB (Red+Green+Blue) = 46+25+62=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E193E is #D1E6C1. Grayscale: #232323. Windows color (decimal): -13756098 or 4069678. OLE color: 4069678.

HSL color Cylindrical-coordinate representation of color #2E193E: hue angle of 274.05º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E193E is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 25 62 -
CMYK 0.26 0.60 0 0.76
HSL 274.05º 0.43% 0.17% -
HSV(B) 274.05º 0.6% 0.24% -
XYZ 2.34 1.62 4.75 -
YUV 35.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 46 25 62 0.26 0.60 0 0.76 274.05 0.43 0.17
Hex 2E 19 3E 1A 3C 0 4C 112 2B 11
Octal 56 31 76 32 74 0 114 422 53 21
Binary 101110 11001 111110 11010 111100 0 1001100 100010010 101011 10001

Color Harmonies of #2E193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E193E

Black with #2E193E

Text Example


Text Example

White with #2E193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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