Html Css Color HEX #2A0247 Blackcurrant

📋 copy color: '#2A0247'

red 42 ◦ green 2 ◦ blue 71

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

Shades of Blackcurrant #2A0247

Tints of Blackcurrant #2A0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.74%

 BLUE value IS 71 (28.13% from 255) = 61.74%

R = 36.52%
G = 1.74%
B = 61.74%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2A0247 (or 0x2A0247) is known color: Blackcurrant. HEX triplet: 2A, 02 and 47. RGB value is (42,2,71). Sum of RGB (Red+Green+Blue) = 42+2+71=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #2A0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0247 is #D5FDB8. Grayscale: #151515. Windows color (decimal): -14024121 or 4653610. OLE color: 4653610.

HSL color Cylindrical-coordinate representation of color #2A0247: hue angle of 274.78º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0247 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 42 2 71 -
CMYK 0.41 0.97 0 0.72
HSL 274.78º 0.95% 0.14% -
HSV(B) 274.78º 0.97% 0.28% -
XYZ 2.11 0.99 6.04 -
YUV 21.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 42 2 71 0.41 0.97 0 0.72 274.78 0.95 0.14
Hex 2A 2 47 29 61 0 48 113 5F E
Octal 52 2 107 51 141 0 110 423 137 16
Binary 101010 10 1000111 101001 1100001 0 1001000 100010011 1011111 1110

Color Harmonies of #2A0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0247

Black with #2A0247

Text Example


Text Example

White with #2A0247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,2,71); }

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

background-color css

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

 a { background-color: rgb(42,2,71); }

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

border-color css

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

 span { border-color: rgb(42,2,71); }

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