Html Css Color HEX #2E0C4A Blackcurrant

📋 copy color: '#2E0C4A'

red 46 ◦ green 12 ◦ blue 74

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

Shades of Blackcurrant #2E0C4A

Tints of Blackcurrant #2E0C4A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.09%

 BLUE value IS 74 (29.3% from 255) = 56.06%

R = 34.85%
G = 9.09%
B = 56.06%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E0C4A (or 0x2E0C4A) is known color: Blackcurrant. HEX triplet: 2E, 0C and 4A. RGB value is (46,12,74). Sum of RGB (Red+Green+Blue) = 46+12+74=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E0C4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0C4A is #D1F3B5. Grayscale: #1D1D1D. Windows color (decimal): -13759414 or 4852782. OLE color: 4852782.

HSL color Cylindrical-coordinate representation of color #2E0C4A: hue angle of 272.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E0C4A is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 12 74 -
CMYK 0.38 0.84 0 0.71
HSL 272.9º 0.72% 0.17% -
HSV(B) 272.9º 0.84% 0.29% -
XYZ 2.49 1.34 6.61 -
YUV 29.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 46 12 74 0.38 0.84 0 0.71 272.9 0.72 0.17
Hex 2E C 4A 26 54 0 47 111 48 11
Octal 56 14 112 46 124 0 107 421 110 21
Binary 101110 1100 1001010 100110 1010100 0 1000111 100010001 1001000 10001

Color Harmonies of #2E0C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0C4A

Black with #2E0C4A

Text Example


Text Example

White with #2E0C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,12,74); }

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

background-color css

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

 a { background-color: rgb(46,12,74); }

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

border-color css

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

 span { border-color: rgb(46,12,74); }

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