Html Css Color HEX #2E1439 Blackcurrant

📋 copy color: '#2E1439'

red 46 ◦ green 20 ◦ blue 57

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

Shades of Blackcurrant #2E1439

Tints of Blackcurrant #2E1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

 BLUE value IS 57 (22.66% from 255) = 46.34%

R = 37.4%
G = 16.26%
B = 46.34%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E1439 (or 0x2E1439) is known color: Blackcurrant. HEX triplet: 2E, 14 and 39. RGB value is (46,20,57). Sum of RGB (Red+Green+Blue) = 46+20+57=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E1439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1439 is #D1EBC6. Grayscale: #1F1F1F. Windows color (decimal): -13757383 or 3740718. OLE color: 3740718.

HSL color Cylindrical-coordinate representation of color #2E1439: hue angle of 282.16º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E1439 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 20 57 -
CMYK 0.19 0.65 0 0.78
HSL 282.16º 0.48% 0.15% -
HSV(B) 282.16º 0.65% 0.22% -
XYZ 2.12 1.38 4.03 -
YUV 31.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 46 20 57 0.19 0.65 0 0.78 282.16 0.48 0.15
Hex 2E 14 39 13 41 0 4E 11A 30 F
Octal 56 24 71 23 101 0 116 432 60 17
Binary 101110 10100 111001 10011 1000001 0 1001110 100011010 110000 1111

Color Harmonies of #2E1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1439

Black with #2E1439

Text Example


Text Example

White with #2E1439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,20,57); }

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

background-color css

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

 a { background-color: rgb(46,20,57); }

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

border-color css

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

 span { border-color: rgb(46,20,57); }

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