Html Css Color HEX #2A0349 Blackcurrant

📋 copy color: '#2A0349'

red 42 ◦ green 3 ◦ blue 73

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

Shades of Blackcurrant #2A0349

Tints of Blackcurrant #2A0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

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

R = 35.59%
G = 2.54%
B = 61.86%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2A0349 (or 0x2A0349) is known color: Blackcurrant. HEX triplet: 2A, 03 and 49. RGB value is (42,3,73). Sum of RGB (Red+Green+Blue) = 42+3+73=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A0349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0349 is #D5FCB6. Grayscale: #161616. Windows color (decimal): -14023863 or 4784938. OLE color: 4784938.

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

Color convert

RGB 42 3 73 -
CMYK 0.42 0.96 0 0.71
HSL 273.43º 0.92% 0.15% -
HSV(B) 273.43º 0.96% 0.29% -
XYZ 2.19 1.04 6.39 -
YUV 22.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 42 3 73 0.42 0.96 0 0.71 273.43 0.92 0.15
Hex 2A 3 49 2A 60 0 47 111 5C F
Octal 52 3 111 52 140 0 107 421 134 17
Binary 101010 11 1001001 101010 1100000 0 1000111 100010001 1011100 1111

Color Harmonies of #2A0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0349

Black with #2A0349

Text Example


Text Example

White with #2A0349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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