Html Css Color HEX #2E0450 Blackcurrant

📋 copy color: '#2E0450'

red 46 ◦ green 4 ◦ blue 80

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

Shades of Blackcurrant #2E0450

Tints of Blackcurrant #2E0450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

 BLUE value IS 80 (31.64% from 255) = 61.54%

R = 35.38%
G = 3.08%
B = 61.54%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E0450 (or 0x2E0450) is known color: Blackcurrant. HEX triplet: 2E, 04 and 50. RGB value is (46,4,80). Sum of RGB (Red+Green+Blue) = 46+4+80=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E0450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0450 is #D1FBAF. Grayscale: #181818. Windows color (decimal): -13761456 or 5243950. OLE color: 5243950.

HSL color Cylindrical-coordinate representation of color #2E0450: hue angle of 273.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0450 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 4 80 -
CMYK 0.42 0.95 0 0.69
HSL 273.16º 0.9% 0.16% -
HSV(B) 273.16º 0.95% 0.31% -
XYZ 2.62 1.25 7.69 -
YUV 25.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 46 4 80 0.42 0.95 0 0.69 273.16 0.9 0.16
Hex 2E 4 50 2A 5F 0 45 111 5A 10
Octal 56 4 120 52 137 0 105 421 132 20
Binary 101110 100 1010000 101010 1011111 0 1000101 100010001 1011010 10000

Color Harmonies of #2E0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0450

Black with #2E0450

Text Example


Text Example

White with #2E0450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,4,80); }

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

background-color css

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

 a { background-color: rgb(46,4,80); }

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

border-color css

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

 span { border-color: rgb(46,4,80); }

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