Html Css Color HEX #2E093A Blackcurrant

📋 copy color: '#2E093A'

red 46 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #2E093A

Tints of Blackcurrant #2E093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

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

R = 40.71%
G = 7.96%
B = 51.33%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E093A (or 0x2E093A) is known color: Blackcurrant. HEX triplet: 2E, 09 and 3A. RGB value is (46,9,58). Sum of RGB (Red+Green+Blue) = 46+9+58=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E093A is #D1F6C5. Grayscale: #191919. Windows color (decimal): -13760198 or 3803438. OLE color: 3803438.

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

Color convert

RGB 46 9 58 -
CMYK 0.21 0.84 0 0.77
HSL 285.31º 0.73% 0.13% -
HSV(B) 285.31º 0.84% 0.23% -
XYZ 1.99 1.08 4.11 -
YUV 25.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 46 9 58 0.21 0.84 0 0.77 285.31 0.73 0.13
Hex 2E 9 3A 15 54 0 4D 11D 49 D
Octal 56 11 72 25 124 0 115 435 111 15
Binary 101110 1001 111010 10101 1010100 0 1001101 100011101 1001001 1101

Color Harmonies of #2E093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E093A

Black with #2E093A

Text Example


Text Example

White with #2E093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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