Html Css Color HEX #2E0240 Blackcurrant

📋 copy color: '#2E0240'

red 46 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #2E0240

Tints of Blackcurrant #2E0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.79%

 BLUE value IS 64 (25.39% from 255) = 57.14%

R = 41.07%
G = 1.79%
B = 57.14%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E0240 (or 0x2E0240) is known color: Blackcurrant. HEX triplet: 2E, 02 and 40. RGB value is (46,2,64). Sum of RGB (Red+Green+Blue) = 46+2+64=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E0240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0240 is #D1FDBF. Grayscale: #161616. Windows color (decimal): -13761984 or 4194862. OLE color: 4194862.

HSL color Cylindrical-coordinate representation of color #2E0240: hue angle of 282.58º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0240 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 2 64 -
CMYK 0.28 0.97 0 0.75
HSL 282.58º 0.94% 0.13% -
HSV(B) 282.58º 0.97% 0.25% -
XYZ 2.07 0.99 4.93 -
YUV 22.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 46 2 64 0.28 0.97 0 0.75 282.58 0.94 0.13
Hex 2E 2 40 1C 61 0 4B 11B 5E D
Octal 56 2 100 34 141 0 113 433 136 15
Binary 101110 10 1000000 11100 1100001 0 1001011 100011011 1011110 1101

Color Harmonies of #2E0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0240

Black with #2E0240

Text Example


Text Example

White with #2E0240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,2,64); }

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

background-color css

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

 a { background-color: rgb(46,2,64); }

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

border-color css

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

 span { border-color: rgb(46,2,64); }

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