Html Css Color HEX #2C0149 Blackcurrant

📋 copy color: '#2C0149'

red 44 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #2C0149

Tints of Blackcurrant #2C0149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 61.86%

R = 37.29%
G = 0.85%
B = 61.86%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2C0149 (or 0x2C0149) is known color: Blackcurrant. HEX triplet: 2C, 01 and 49. RGB value is (44,1,73). Sum of RGB (Red+Green+Blue) = 44+1+73=118 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.29% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0149 is #D3FEB6. Grayscale: #151515. Windows color (decimal): -13893303 or 4784428. OLE color: 4784428.

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

Color convert

RGB 44 1 73 -
CMYK 0.40 0.99 0 0.71
HSL 275.83º 0.97% 0.15% -
HSV(B) 275.83º 0.99% 0.29% -
XYZ 2.25 1.04 6.39 -
YUV 22.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 44 1 73 0.40 0.99 0 0.71 275.83 0.97 0.15
Hex 2C 1 49 28 63 0 47 114 61 F
Octal 54 1 111 50 143 0 107 424 141 17
Binary 101100 1 1001001 101000 1100011 0 1000111 100010100 1100001 1111

Color Harmonies of #2C0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0149

Black with #2C0149

Text Example


Text Example

White with #2C0149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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