Html Css Color HEX #2E114C Blackcurrant

📋 copy color: '#2E114C'

red 46 ◦ green 17 ◦ blue 76

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

Shades of Blackcurrant #2E114C

Tints of Blackcurrant #2E114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 54.68%

R = 33.09%
G = 12.23%
B = 54.68%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E114C (or 0x2E114C) is known color: Blackcurrant. HEX triplet: 2E, 11 and 4C. RGB value is (46,17,76). Sum of RGB (Red+Green+Blue) = 46+17+76=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E114C is #D1EEB3. Grayscale: #202020. Windows color (decimal): -13758132 or 4985134. OLE color: 4985134.

HSL color Cylindrical-coordinate representation of color #2E114C: hue angle of 269.49º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E114C is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 17 76 -
CMYK 0.39 0.78 0 0.70
HSL 269.49º 0.63% 0.18% -
HSV(B) 269.49º 0.78% 0.3% -
XYZ 2.63 1.5 6.99 -
YUV 32.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 46 17 76 0.39 0.78 0 0.70 269.49 0.63 0.18
Hex 2E 11 4C 27 4E 0 46 10D 3F 12
Octal 56 21 114 47 116 0 106 415 77 22
Binary 101110 10001 1001100 100111 1001110 0 1000110 100001101 111111 10010

Color Harmonies of #2E114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E114C

Black with #2E114C

Text Example


Text Example

White with #2E114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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