Html Css Color HEX #2E233A Blackcurrant

📋 copy color: '#2E233A'

red 46 ◦ green 35 ◦ blue 58

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

Shades of Blackcurrant #2E233A

Tints of Blackcurrant #2E233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

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

R = 33.09%
G = 25.18%
B = 41.73%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E233A (or 0x2E233A) is known color: Blackcurrant. HEX triplet: 2E, 23 and 3A. RGB value is (46,35,58). Sum of RGB (Red+Green+Blue) = 46+35+58=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E233A is #D1DCC5. Grayscale: #282828. Windows color (decimal): -13753542 or 3810094. OLE color: 3810094.

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

Color convert

RGB 46 35 58 -
CMYK 0.21 0.40 0 0.77
HSL 268.7º 0.25% 0.18% -
HSV(B) 268.7º 0.4% 0.23% -
XYZ 2.49 2.09 4.27 -
YUV 40.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 46 35 58 0.21 0.40 0 0.77 268.7 0.25 0.18
Hex 2E 23 3A 15 28 0 4D 10D 19 12
Octal 56 43 72 25 50 0 115 415 31 22
Binary 101110 100011 111010 10101 101000 0 1001101 100001101 11001 10010

Color Harmonies of #2E233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E233A

Black with #2E233A

Text Example


Text Example

White with #2E233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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