Html Css Color HEX #2A014C Blackcurrant

📋 copy color: '#2A014C'

red 42 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #2A014C

Tints of Blackcurrant #2A014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

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

R = 35.29%
G = 0.84%
B = 63.87%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2A014C (or 0x2A014C) is known color: Blackcurrant. HEX triplet: 2A, 01 and 4C. RGB value is (42,1,76). Sum of RGB (Red+Green+Blue) = 42+1+76=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 76 (30.08% from 255 or 63.87% from 119); Max value from RGB is 76 - color contains mainly: blue. Hex color #2A014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A014C is #D5FEB3. Grayscale: #151515. Windows color (decimal): -14024372 or 4981034. OLE color: 4981034.

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

Color convert

RGB 42 1 76 -
CMYK 0.45 0.99 0 0.70
HSL 272.8º 0.97% 0.15% -
HSV(B) 272.8º 0.99% 0.3% -
XYZ 2.27 1.04 6.92 -
YUV 21.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 42 1 76 0.45 0.99 0 0.70 272.8 0.97 0.15
Hex 2A 1 4C 2D 63 0 46 111 61 F
Octal 52 1 114 55 143 0 106 421 141 17
Binary 101010 1 1001100 101101 1100011 0 1000110 100010001 1100001 1111

Color Harmonies of #2A014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A014C

Black with #2A014C

Text Example


Text Example

White with #2A014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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