Html Css Color HEX #2A0550 Blackcurrant

📋 copy color: '#2A0550'

red 42 ◦ green 5 ◦ blue 80

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

Shades of Blackcurrant #2A0550

Tints of Blackcurrant #2A0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

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

R = 33.07%
G = 3.94%
B = 62.99%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2A0550 (or 0x2A0550) is known color: Blackcurrant. HEX triplet: 2A, 05 and 50. RGB value is (42,5,80). Sum of RGB (Red+Green+Blue) = 42+5+80=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A0550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0550 is #D5FAAF. Grayscale: #181818. Windows color (decimal): -14023344 or 5244202. OLE color: 5244202.

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

Color convert

RGB 42 5 80 -
CMYK 0.48 0.94 0 0.69
HSL 269.6º 0.88% 0.17% -
HSV(B) 269.6º 0.94% 0.31% -
XYZ 2.46 1.18 7.69 -
YUV 24.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 42 5 80 0.48 0.94 0 0.69 269.6 0.88 0.17
Hex 2A 5 50 30 5E 0 45 10E 58 11
Octal 52 5 120 60 136 0 105 416 130 21
Binary 101010 101 1010000 110000 1011110 0 1000101 100001110 1011000 10001

Color Harmonies of #2A0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0550

Black with #2A0550

Text Example


Text Example

White with #2A0550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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