Html Css Color HEX #2A0054 Blackcurrant

📋 copy color: '#2A0054'

red 42 ◦ green 0 ◦ blue 84

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

Shades of Blackcurrant #2A0054

Tints of Blackcurrant #2A0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 66.67%

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.5

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2A0054 (or 0x2A0054) is known color: Blackcurrant. HEX triplet: 2A, 00 and 54. RGB value is (42,0,84). Sum of RGB (Red+Green+Blue) = 42+0+84=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 84 (33.20% from 255 or 66.67% from 126); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A0054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0054 is #D5FFAB. Grayscale: #151515. Windows color (decimal): -14024620 or 5505066. OLE color: 5505066.

HSL color Cylindrical-coordinate representation of color #2A0054: hue angle of 270º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0054 is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 0 84 -
CMYK 0.5 1 0 0.67
HSL 270º 1% 0.16% -
HSV(B) 270º 1% 0.33% -
XYZ 2.56 1.13 8.47 -
YUV 22.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 42 0 84 0.5 1 0 0.67 270 1 0.16
Hex 2A 0 54 32 64 0 43 10E 64 10
Octal 52 0 124 62 144 0 103 416 144 20
Binary 101010 0 1010100 110010 1100100 0 1000011 100001110 1100100 10000

Color Harmonies of #2A0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0054

Black with #2A0054

Text Example


Text Example

White with #2A0054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,0,84); }

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

background-color css

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

 a { background-color: rgb(42,0,84); }

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

border-color css

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

 span { border-color: rgb(42,0,84); }

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