Html Css Color HEX #2A084D Blackcurrant

📋 copy color: '#2A084D'

red 42 ◦ green 8 ◦ blue 77

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

Shades of Blackcurrant #2A084D

Tints of Blackcurrant #2A084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 60.63%

R = 33.07%
G = 6.3%
B = 60.63%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2A084D (or 0x2A084D) is known color: Blackcurrant. HEX triplet: 2A, 08 and 4D. RGB value is (42,8,77). Sum of RGB (Red+Green+Blue) = 42+8+77=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A084D is #D5F7B2. Grayscale: #191919. Windows color (decimal): -14022579 or 5048362. OLE color: 5048362.

HSL color Cylindrical-coordinate representation of color #2A084D: hue angle of 269.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A084D is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 42 8 77 -
CMYK 0.45 0.90 0 0.70
HSL 269.57º 0.81% 0.17% -
HSV(B) 269.57º 0.9% 0.3% -
XYZ 2.38 1.2 7.13 -
YUV 26.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 42 8 77 0.45 0.90 0 0.70 269.57 0.81 0.17
Hex 2A 8 4D 2D 5A 0 46 10E 51 11
Octal 52 10 115 55 132 0 106 416 121 21
Binary 101010 1000 1001101 101101 1011010 0 1000110 100001110 1010001 10001

Color Harmonies of #2A084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A084D

Black with #2A084D

Text Example


Text Example

White with #2A084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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