Html Css Color HEX #2E0145 Blackcurrant

📋 copy color: '#2E0145'

red 46 ◦ green 1 ◦ blue 69

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

Shades of Blackcurrant #2E0145

Tints of Blackcurrant #2E0145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

 BLUE value IS 69 (27.34% from 255) = 59.48%

R = 39.66%
G = 0.86%
B = 59.48%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2E0145 (or 0x2E0145) is known color: Blackcurrant. HEX triplet: 2E, 01 and 45. RGB value is (46,1,69). Sum of RGB (Red+Green+Blue) = 46+1+69=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E0145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0145 is #D1FEBA. Grayscale: #151515. Windows color (decimal): -13762235 or 4522286. OLE color: 4522286.

HSL color Cylindrical-coordinate representation of color #2E0145: hue angle of 279.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0145 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 1 69 -
CMYK 0.33 0.99 0 0.73
HSL 279.71º 0.97% 0.14% -
HSV(B) 279.71º 0.99% 0.27% -
XYZ 2.21 1.03 5.71 -
YUV 22.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 46 1 69 0.33 0.99 0 0.73 279.71 0.97 0.14
Hex 2E 1 45 21 63 0 49 118 61 E
Octal 56 1 105 41 143 0 111 430 141 16
Binary 101110 1 1000101 100001 1100011 0 1001001 100011000 1100001 1110

Color Harmonies of #2E0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0145

Black with #2E0145

Text Example


Text Example

White with #2E0145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,1,69); }

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

background-color css

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

 a { background-color: rgb(46,1,69); }

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

border-color css

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

 span { border-color: rgb(46,1,69); }

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