Html Css Color HEX #2C0150 Blackcurrant

📋 copy color: '#2C0150'

red 44 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #2C0150

Tints of Blackcurrant #2C0150

RGB

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

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

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

R = 35.2%
G = 0.8%
B = 64%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C0150 (or 0x2C0150) is known color: Blackcurrant. HEX triplet: 2C, 01 and 50. RGB value is (44,1,80). Sum of RGB (Red+Green+Blue) = 44+1+80=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C0150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0150 is #D3FEAF. Grayscale: #161616. Windows color (decimal): -13893296 or 5243180. OLE color: 5243180.

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

Color convert

RGB 44 1 80 -
CMYK 0.45 0.99 0 0.69
HSL 272.66º 0.98% 0.16% -
HSV(B) 272.66º 0.99% 0.31% -
XYZ 2.5 1.14 7.68 -
YUV 22.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 44 1 80 0.45 0.99 0 0.69 272.66 0.98 0.16
Hex 2C 1 50 2D 63 0 45 111 62 10
Octal 54 1 120 55 143 0 105 421 142 20
Binary 101100 1 1010000 101101 1100011 0 1000101 100010001 1100010 10000

Color Harmonies of #2C0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0150

Black with #2C0150

Text Example


Text Example

White with #2C0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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