Html Css Color HEX #2C0550 Blackcurrant

📋 copy color: '#2C0550'

red 44 ◦ green 5 ◦ blue 80

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

Shades of Blackcurrant #2C0550

Tints of Blackcurrant #2C0550

RGB

 RED value IS 44 (17.58% from 255) = 34.11%

 GREEN value IS 5 (2.34% from 255) = 3.88%

 BLUE value IS 80 (31.64% from 255) = 62.02%

R = 34.11%
G = 3.88%
B = 62.02%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C0550 (or 0x2C0550) is known color: Blackcurrant. HEX triplet: 2C, 05 and 50. RGB value is (44,5,80). Sum of RGB (Red+Green+Blue) = 44+5+80=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C0550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0550 is #D3FAAF. Grayscale: #181818. Windows color (decimal): -13892272 or 5244204. OLE color: 5244204.

HSL color Cylindrical-coordinate representation of color #2C0550: hue angle of 271.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0550 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 5 80 -
CMYK 0.45 0.94 0 0.69
HSL 271.2º 0.88% 0.17% -
HSV(B) 271.2º 0.94% 0.31% -
XYZ 2.54 1.22 7.69 -
YUV 25.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 44 5 80 0.45 0.94 0 0.69 271.2 0.88 0.17
Hex 2C 5 50 2D 5E 0 45 10F 58 11
Octal 54 5 120 55 136 0 105 417 130 21
Binary 101100 101 1010000 101101 1011110 0 1000101 100001111 1011000 10001

Color Harmonies of #2C0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0550

Black with #2C0550

Text Example


Text Example

White with #2C0550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,5,80); }

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

background-color css

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

 a { background-color: rgb(44,5,80); }

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

border-color css

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

 span { border-color: rgb(44,5,80); }

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