Html Css Color HEX #2E193F Blackcurrant

📋 copy color: '#2E193F'

red 46 ◦ green 25 ◦ blue 63

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

Shades of Blackcurrant #2E193F

Tints of Blackcurrant #2E193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.01%

R = 34.33%
G = 18.66%
B = 47.01%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E193F (or 0x2E193F) is known color: Blackcurrant. HEX triplet: 2E, 19 and 3F. RGB value is (46,25,63). Sum of RGB (Red+Green+Blue) = 46+25+63=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E193F is #D1E6C0. Grayscale: #232323. Windows color (decimal): -13756097 or 4135214. OLE color: 4135214.

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

Color convert

RGB 46 25 63 -
CMYK 0.27 0.60 0 0.75
HSL 273.16º 0.43% 0.17% -
HSV(B) 273.16º 0.6% 0.25% -
XYZ 2.37 1.63 4.89 -
YUV 35.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 46 25 63 0.27 0.60 0 0.75 273.16 0.43 0.17
Hex 2E 19 3F 1B 3C 0 4B 111 2B 11
Octal 56 31 77 33 74 0 113 421 53 21
Binary 101110 11001 111111 11011 111100 0 1001011 100010001 101011 10001

Color Harmonies of #2E193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E193F

Black with #2E193F

Text Example


Text Example

White with #2E193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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