Html Css Color HEX #2A084C Blackcurrant

📋 copy color: '#2A084C'

red 42 ◦ green 8 ◦ blue 76

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

Shades of Blackcurrant #2A084C

Tints of Blackcurrant #2A084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 60.32%

R = 33.33%
G = 6.35%
B = 60.32%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2A084C (or 0x2A084C) is known color: Blackcurrant. HEX triplet: 2A, 08 and 4C. RGB value is (42,8,76). Sum of RGB (Red+Green+Blue) = 42+8+76=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #2A084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A084C is #D5F7B3. Grayscale: #191919. Windows color (decimal): -14022580 or 4982826. OLE color: 4982826.

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

Color convert

RGB 42 8 76 -
CMYK 0.45 0.89 0 0.70
HSL 270º 0.81% 0.16% -
HSV(B) 270º 0.89% 0.3% -
XYZ 2.35 1.19 6.94 -
YUV 25.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 42 8 76 0.45 0.89 0 0.70 270 0.81 0.16
Hex 2A 8 4C 2D 59 0 46 10E 51 10
Octal 52 10 114 55 131 0 106 416 121 20
Binary 101010 1000 1001100 101101 1011001 0 1000110 100001110 1010001 10000

Color Harmonies of #2A084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A084C

Black with #2A084C

Text Example


Text Example

White with #2A084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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