Html Css Color HEX #2A0150 Blackcurrant

📋 copy color: '#2A0150'

red 42 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #2A0150

Tints of Blackcurrant #2A0150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 65.04%

R = 34.15%
G = 0.81%
B = 65.04%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2A0150 (or 0x2A0150) is known color: Blackcurrant. HEX triplet: 2A, 01 and 50. RGB value is (42,1,80). Sum of RGB (Red+Green+Blue) = 42+1+80=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A0150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0150 is #D5FEAF. Grayscale: #151515. Windows color (decimal): -14024368 or 5243178. OLE color: 5243178.

HSL color Cylindrical-coordinate representation of color #2A0150: hue angle of 271.14º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0150 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 42 1 80 -
CMYK 0.48 0.99 0 0.69
HSL 271.14º 0.98% 0.16% -
HSV(B) 271.14º 0.99% 0.31% -
XYZ 2.41 1.09 7.67 -
YUV 22.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 42 1 80 0.48 0.99 0 0.69 271.14 0.98 0.16
Hex 2A 1 50 30 63 0 45 10F 62 10
Octal 52 1 120 60 143 0 105 417 142 20
Binary 101010 1 1010000 110000 1100011 0 1000101 100001111 1100010 10000

Color Harmonies of #2A0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0150

Black with #2A0150

Text Example


Text Example

White with #2A0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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