Html Css Color HEX #2E1940 Blackcurrant

📋 copy color: '#2E1940'

red 46 ◦ green 25 ◦ blue 64

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

Shades of Blackcurrant #2E1940

Tints of Blackcurrant #2E1940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 34.07%
G = 18.52%
B = 47.41%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E1940 (or 0x2E1940) is known color: Blackcurrant. HEX triplet: 2E, 19 and 40. RGB value is (46,25,64). Sum of RGB (Red+Green+Blue) = 46+25+64=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E1940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1940 is #D1E6BF. Grayscale: #232323. Windows color (decimal): -13756096 or 4200750. OLE color: 4200750.

HSL color Cylindrical-coordinate representation of color #2E1940: hue angle of 272.31º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E1940 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 25 64 -
CMYK 0.28 0.61 0 0.75
HSL 272.31º 0.44% 0.17% -
HSV(B) 272.31º 0.61% 0.25% -
XYZ 2.4 1.65 5.04 -
YUV 35.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 46 25 64 0.28 0.61 0 0.75 272.31 0.44 0.17
Hex 2E 19 40 1C 3D 0 4B 110 2C 11
Octal 56 31 100 34 75 0 113 420 54 21
Binary 101110 11001 1000000 11100 111101 0 1001011 100010000 101100 10001

Color Harmonies of #2E1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1940

Black with #2E1940

Text Example


Text Example

White with #2E1940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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