Html Css Color HEX #2E113D Blackcurrant

📋 copy color: '#2E113D'

red 46 ◦ green 17 ◦ blue 61

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

Shades of Blackcurrant #2E113D

Tints of Blackcurrant #2E113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 49.19%

R = 37.1%
G = 13.71%
B = 49.19%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E113D (or 0x2E113D) is known color: Blackcurrant. HEX triplet: 2E, 11 and 3D. RGB value is (46,17,61). Sum of RGB (Red+Green+Blue) = 46+17+61=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E113D is #D1EEC2. Grayscale: #1E1E1E. Windows color (decimal): -13758147 or 4002094. OLE color: 4002094.

HSL color Cylindrical-coordinate representation of color #2E113D: hue angle of 279.55º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E113D is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 17 61 -
CMYK 0.25 0.72 0 0.76
HSL 279.55º 0.56% 0.15% -
HSV(B) 279.55º 0.72% 0.24% -
XYZ 2.17 1.32 4.56 -
YUV 30.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 46 17 61 0.25 0.72 0 0.76 279.55 0.56 0.15
Hex 2E 11 3D 19 48 0 4C 118 38 F
Octal 56 21 75 31 110 0 114 430 70 17
Binary 101110 10001 111101 11001 1001000 0 1001100 100011000 111000 1111

Color Harmonies of #2E113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E113D

Black with #2E113D

Text Example


Text Example

White with #2E113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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