Html Css Color HEX #2E0845 Blackcurrant

📋 copy color: '#2E0845'

red 46 ◦ green 8 ◦ blue 69

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

Shades of Blackcurrant #2E0845

Tints of Blackcurrant #2E0845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 37.4%
G = 6.5%
B = 56.1%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2E0845 (or 0x2E0845) is known color: Blackcurrant. HEX triplet: 2E, 08 and 45. RGB value is (46,8,69). Sum of RGB (Red+Green+Blue) = 46+8+69=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E0845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0845 is #D1F7BA. Grayscale: #1A1A1A. Windows color (decimal): -13760443 or 4524078. OLE color: 4524078.

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

Color convert

RGB 46 8 69 -
CMYK 0.33 0.88 0 0.73
HSL 277.38º 0.79% 0.15% -
HSV(B) 277.38º 0.88% 0.27% -
XYZ 2.29 1.18 5.74 -
YUV 26.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 46 8 69 0.33 0.88 0 0.73 277.38 0.79 0.15
Hex 2E 8 45 21 58 0 49 115 4F F
Octal 56 10 105 41 130 0 111 425 117 17
Binary 101110 1000 1000101 100001 1011000 0 1001001 100010101 1001111 1111

Color Harmonies of #2E0845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0845

Black with #2E0845

Text Example


Text Example

White with #2E0845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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