Html Css Color HEX #2E094A Blackcurrant

📋 copy color: '#2E094A'

red 46 ◦ green 9 ◦ blue 74

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

Shades of Blackcurrant #2E094A

Tints of Blackcurrant #2E094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 57.36%

R = 35.66%
G = 6.98%
B = 57.36%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E094A (or 0x2E094A) is known color: Blackcurrant. HEX triplet: 2E, 09 and 4A. RGB value is (46,9,74). Sum of RGB (Red+Green+Blue) = 46+9+74=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E094A is #D1F6B5. Grayscale: #1B1B1B. Windows color (decimal): -13760182 or 4852014. OLE color: 4852014.

HSL color Cylindrical-coordinate representation of color #2E094A: hue angle of 274.15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E094A is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 9 74 -
CMYK 0.38 0.88 0 0.71
HSL 274.15º 0.78% 0.16% -
HSV(B) 274.15º 0.88% 0.29% -
XYZ 2.46 1.27 6.59 -
YUV 27.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 46 9 74 0.38 0.88 0 0.71 274.15 0.78 0.16
Hex 2E 9 4A 26 58 0 47 112 4E 10
Octal 56 11 112 46 130 0 107 422 116 20
Binary 101110 1001 1001010 100110 1011000 0 1000111 100010010 1001110 10000

Color Harmonies of #2E094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E094A

Black with #2E094A

Text Example


Text Example

White with #2E094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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