Html Css Color HEX #2E1845 Blackcurrant

📋 copy color: '#2E1845'

red 46 ◦ green 24 ◦ blue 69

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

Shades of Blackcurrant #2E1845

Tints of Blackcurrant #2E1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

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

R = 33.09%
G = 17.27%
B = 49.64%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2E1845 (or 0x2E1845) is known color: Blackcurrant. HEX triplet: 2E, 18 and 45. RGB value is (46,24,69). Sum of RGB (Red+Green+Blue) = 46+24+69=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E1845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1845 is #D1E7BA. Grayscale: #232323. Windows color (decimal): -13756347 or 4528174. OLE color: 4528174.

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

Color convert

RGB 46 24 69 -
CMYK 0.33 0.65 0 0.73
HSL 269.33º 0.48% 0.18% -
HSV(B) 269.33º 0.65% 0.27% -
XYZ 2.53 1.66 5.82 -
YUV 35.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 46 24 69 0.33 0.65 0 0.73 269.33 0.48 0.18
Hex 2E 18 45 21 41 0 49 10D 30 12
Octal 56 30 105 41 101 0 111 415 60 22
Binary 101110 11000 1000101 100001 1000001 0 1001001 100001101 110000 10010

Color Harmonies of #2E1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1845

Black with #2E1845

Text Example


Text Example

White with #2E1845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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