Html Css Color HEX #2E1147 Blackcurrant

📋 copy color: '#2E1147'

red 46 ◦ green 17 ◦ blue 71

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

Shades of Blackcurrant #2E1147

Tints of Blackcurrant #2E1147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.69%

 BLUE value IS 71 (28.13% from 255) = 52.99%

R = 34.33%
G = 12.69%
B = 52.99%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2E1147 (or 0x2E1147) is known color: Blackcurrant. HEX triplet: 2E, 11 and 47. RGB value is (46,17,71). Sum of RGB (Red+Green+Blue) = 46+17+71=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E1147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1147 is #D1EEB8. Grayscale: #1F1F1F. Windows color (decimal): -13758137 or 4657454. OLE color: 4657454.

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

Color convert

RGB 46 17 71 -
CMYK 0.35 0.76 0 0.72
HSL 272.22º 0.61% 0.17% -
HSV(B) 272.22º 0.76% 0.28% -
XYZ 2.46 1.44 6.11 -
YUV 31.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 46 17 71 0.35 0.76 0 0.72 272.22 0.61 0.17
Hex 2E 11 47 23 4C 0 48 110 3D 11
Octal 56 21 107 43 114 0 110 420 75 21
Binary 101110 10001 1000111 100011 1001100 0 1001000 100010000 111101 10001

Color Harmonies of #2E1147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1147

Black with #2E1147

Text Example


Text Example

White with #2E1147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,17,71); }

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

background-color css

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

 a { background-color: rgb(46,17,71); }

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

border-color css

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

 span { border-color: rgb(46,17,71); }

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