Html Css Color HEX #2A0849 Blackcurrant

📋 copy color: '#2A0849'

red 42 ◦ green 8 ◦ blue 73

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

Shades of Blackcurrant #2A0849

Tints of Blackcurrant #2A0849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

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

R = 34.15%
G = 6.5%
B = 59.35%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2A0849 (or 0x2A0849) is known color: Blackcurrant. HEX triplet: 2A, 08 and 49. RGB value is (42,8,73). Sum of RGB (Red+Green+Blue) = 42+8+73=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A0849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0849 is #D5F7B6. Grayscale: #191919. Windows color (decimal): -14022583 or 4786218. OLE color: 4786218.

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

Color convert

RGB 42 8 73 -
CMYK 0.42 0.89 0 0.71
HSL 271.38º 0.8% 0.16% -
HSV(B) 271.38º 0.89% 0.29% -
XYZ 2.24 1.15 6.41 -
YUV 25.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 42 8 73 0.42 0.89 0 0.71 271.38 0.8 0.16
Hex 2A 8 49 2A 59 0 47 10F 50 10
Octal 52 10 111 52 131 0 107 417 120 20
Binary 101010 1000 1001001 101010 1011001 0 1000111 100001111 1010000 10000

Color Harmonies of #2A0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0849

Black with #2A0849

Text Example


Text Example

White with #2A0849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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