Html Css Color HEX #2E1733 Blackcurrant

📋 copy color: '#2E1733'

red 46 ◦ green 23 ◦ blue 51

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

Shades of Blackcurrant #2E1733

Tints of Blackcurrant #2E1733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

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

R = 38.33%
G = 19.17%
B = 42.5%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#2E1733 (or 0x2E1733) is known color: Blackcurrant. HEX triplet: 2E, 17 and 33. RGB value is (46,23,51). Sum of RGB (Red+Green+Blue) = 46+23+51=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E1733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1733 is #D1E8CC. Grayscale: #202020. Windows color (decimal): -13756621 or 3348270. OLE color: 3348270.

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

Color convert

RGB 46 23 51 -
CMYK 0.10 0.55 0 0.8
HSL 289.29º 0.38% 0.15% -
HSV(B) 289.29º 0.55% 0.2% -
XYZ 2.03 1.43 3.3 -
YUV 33.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 46 23 51 0.10 0.55 0 0.8 289.29 0.38 0.15
Hex 2E 17 33 A 37 0 50 121 26 F
Octal 56 27 63 12 67 0 120 441 46 17
Binary 101110 10111 110011 1010 110111 0 1010000 100100001 100110 1111

Color Harmonies of #2E1733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1733

Black with #2E1733

Text Example


Text Example

White with #2E1733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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