Html Css Color HEX #2E1133 Blackcurrant

📋 copy color: '#2E1133'

red 46 ◦ green 17 ◦ blue 51

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

Shades of Blackcurrant #2E1133

Tints of Blackcurrant #2E1133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 44.74%

R = 40.35%
G = 14.91%
B = 44.74%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#2E1133 (or 0x2E1133) is known color: Blackcurrant. HEX triplet: 2E, 11 and 33. RGB value is (46,17,51). Sum of RGB (Red+Green+Blue) = 46+17+51=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E1133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1133 is #D1EECC. Grayscale: #1D1D1D. Windows color (decimal): -13758157 or 3346734. OLE color: 3346734.

HSL color Cylindrical-coordinate representation of color #2E1133: hue angle of 291.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E1133 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 46 17 51 -
CMYK 0.10 0.67 0 0.8
HSL 291.18º 0.5% 0.13% -
HSV(B) 291.18º 0.67% 0.2% -
XYZ 1.92 1.22 3.27 -
YUV 29.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 46 17 51 0.10 0.67 0 0.8 291.18 0.5 0.13
Hex 2E 11 33 A 43 0 50 123 32 D
Octal 56 21 63 12 103 0 120 443 62 15
Binary 101110 10001 110011 1010 1000011 0 1010000 100100011 110010 1101

Color Harmonies of #2E1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1133

Black with #2E1133

Text Example


Text Example

White with #2E1133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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