Html Css Color HEX #2A0149 Blackcurrant

📋 copy color: '#2A0149'

red 42 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #2A0149

Tints of Blackcurrant #2A0149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

 BLUE value IS 73 (28.91% from 255) = 62.93%

R = 36.21%
G = 0.86%
B = 62.93%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2A0149 (or 0x2A0149) is known color: Blackcurrant. HEX triplet: 2A, 01 and 49. RGB value is (42,1,73). Sum of RGB (Red+Green+Blue) = 42+1+73=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0149 is #D5FEB6. Grayscale: #151515. Windows color (decimal): -14024375 or 4784426. OLE color: 4784426.

HSL color Cylindrical-coordinate representation of color #2A0149: hue angle of 274.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0149 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 1 73 -
CMYK 0.42 0.99 0 0.71
HSL 274.17º 0.97% 0.15% -
HSV(B) 274.17º 0.99% 0.29% -
XYZ 2.17 0.99 6.38 -
YUV 21.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 42 1 73 0.42 0.99 0 0.71 274.17 0.97 0.15
Hex 2A 1 49 2A 63 0 47 112 61 F
Octal 52 1 111 52 143 0 107 422 141 17
Binary 101010 1 1001001 101010 1100011 0 1000111 100010010 1100001 1111

Color Harmonies of #2A0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0149

Black with #2A0149

Text Example


Text Example

White with #2A0149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,1,73); }

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

background-color css

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

 a { background-color: rgb(42,1,73); }

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

border-color css

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

 span { border-color: rgb(42,1,73); }

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