Html Css Color HEX #2E1545 Blackcurrant

📋 copy color: '#2E1545'

red 46 ◦ green 21 ◦ blue 69

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

Shades of Blackcurrant #2E1545

Tints of Blackcurrant #2E1545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 33.82%
G = 15.44%
B = 50.74%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2E1545 (or 0x2E1545) is known color: Blackcurrant. HEX triplet: 2E, 15 and 45. RGB value is (46,21,69). Sum of RGB (Red+Green+Blue) = 46+21+69=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E1545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1545 is #D1EABA. Grayscale: #212121. Windows color (decimal): -13757115 or 4527406. OLE color: 4527406.

HSL color Cylindrical-coordinate representation of color #2E1545: hue angle of 271.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E1545 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 21 69 -
CMYK 0.33 0.70 0 0.73
HSL 271.25º 0.53% 0.18% -
HSV(B) 271.25º 0.7% 0.27% -
XYZ 2.47 1.55 5.8 -
YUV 33.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 46 21 69 0.33 0.70 0 0.73 271.25 0.53 0.18
Hex 2E 15 45 21 46 0 49 10F 35 12
Octal 56 25 105 41 106 0 111 417 65 22
Binary 101110 10101 1000101 100001 1000110 0 1001001 100001111 110101 10010

Color Harmonies of #2E1545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1545

Black with #2E1545

Text Example


Text Example

White with #2E1545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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