Html Css Color HEX #2A0E4A Blackcurrant

📋 copy color: '#2A0E4A'

red 42 ◦ green 14 ◦ blue 74

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

Shades of Blackcurrant #2A0E4A

Tints of Blackcurrant #2A0E4A

RGB

 RED value IS 42 (16.8% from 255) = 32.31%

 GREEN value IS 14 (5.86% from 255) = 10.77%

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

R = 32.31%
G = 10.77%
B = 56.92%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2A0E4A (or 0x2A0E4A) is known color: Blackcurrant. HEX triplet: 2A, 0E and 4A. RGB value is (42,14,74). Sum of RGB (Red+Green+Blue) = 42+14+74=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A0E4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0E4A is #D5F1B5. Grayscale: #1D1D1D. Windows color (decimal): -14021046 or 4853290. OLE color: 4853290.

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

Color convert

RGB 42 14 74 -
CMYK 0.43 0.81 0 0.71
HSL 268º 0.68% 0.17% -
HSV(B) 268º 0.81% 0.29% -
XYZ 2.35 1.3 6.61 -
YUV 29.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 42 14 74 0.43 0.81 0 0.71 268 0.68 0.17
Hex 2A E 4A 2B 51 0 47 10C 44 11
Octal 52 16 112 53 121 0 107 414 104 21
Binary 101010 1110 1001010 101011 1010001 0 1000111 100001100 1000100 10001

Color Harmonies of #2A0E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0E4A

Black with #2A0E4A

Text Example


Text Example

White with #2A0E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,14,74); }

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

background-color css

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

 a { background-color: rgb(42,14,74); }

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

border-color css

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

 span { border-color: rgb(42,14,74); }

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