Html Css Color HEX #2E213A Blackcurrant

📋 copy color: '#2E213A'

red 46 ◦ green 33 ◦ blue 58

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

Shades of Blackcurrant #2E213A

Tints of Blackcurrant #2E213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

 BLUE value IS 58 (23.05% from 255) = 42.34%

R = 33.58%
G = 24.09%
B = 42.34%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E213A (or 0x2E213A) is known color: Blackcurrant. HEX triplet: 2E, 21 and 3A. RGB value is (46,33,58). Sum of RGB (Red+Green+Blue) = 46+33+58=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E213A is #D1DEC5. Grayscale: #272727. Windows color (decimal): -13754054 or 3809582. OLE color: 3809582.

HSL color Cylindrical-coordinate representation of color #2E213A: hue angle of 271.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E213A is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 46 33 58 -
CMYK 0.21 0.43 0 0.77
HSL 271.2º 0.27% 0.18% -
HSV(B) 271.2º 0.43% 0.23% -
XYZ 2.43 1.97 4.26 -
YUV 39.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 46 33 58 0.21 0.43 0 0.77 271.2 0.27 0.18
Hex 2E 21 3A 15 2B 0 4D 10F 1B 12
Octal 56 41 72 25 53 0 115 417 33 22
Binary 101110 100001 111010 10101 101011 0 1001101 100001111 11011 10010

Color Harmonies of #2E213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E213A

Black with #2E213A

Text Example


Text Example

White with #2E213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,33,58); }

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

background-color css

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

 a { background-color: rgb(46,33,58); }

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

border-color css

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

 span { border-color: rgb(46,33,58); }

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