Html Css Color HEX #2A0155 Blackcurrant

📋 copy color: '#2A0155'

red 42 ◦ green 1 ◦ blue 85

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

Shades of Blackcurrant #2A0155

Tints of Blackcurrant #2A0155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 66.41%

R = 32.81%
G = 0.78%
B = 66.41%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2A0155 (or 0x2A0155) is known color: Blackcurrant. HEX triplet: 2A, 01 and 55. RGB value is (42,1,85). Sum of RGB (Red+Green+Blue) = 42+1+85=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A0155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0155 is #D5FEAA. Grayscale: #161616. Windows color (decimal): -14024363 or 5570858. OLE color: 5570858.

HSL color Cylindrical-coordinate representation of color #2A0155: hue angle of 269.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0155 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 1 85 -
CMYK 0.51 0.99 0 0.67
HSL 269.29º 0.98% 0.17% -
HSV(B) 269.29º 0.99% 0.33% -
XYZ 2.61 1.17 8.68 -
YUV 22.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 42 1 85 0.51 0.99 0 0.67 269.29 0.98 0.17
Hex 2A 1 55 33 63 0 43 10D 62 11
Octal 52 1 125 63 143 0 103 415 142 21
Binary 101010 1 1010101 110011 1100011 0 1000011 100001101 1100010 10001

Color Harmonies of #2A0155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0155

Black with #2A0155

Text Example


Text Example

White with #2A0155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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