Html Css Color HEX #2C014A Blackcurrant

📋 copy color: '#2C014A'

red 44 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #2C014A

Tints of Blackcurrant #2C014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 62.18%

R = 36.97%
G = 0.84%
B = 62.18%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2C014A (or 0x2C014A) is known color: Blackcurrant. HEX triplet: 2C, 01 and 4A. RGB value is (44,1,74). Sum of RGB (Red+Green+Blue) = 44+1+74=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #2C014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C014A is #D3FEB5. Grayscale: #151515. Windows color (decimal): -13893302 or 4849964. OLE color: 4849964.

HSL color Cylindrical-coordinate representation of color #2C014A: hue angle of 275.34º 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 #2C014A is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 1 74 -
CMYK 0.41 0.99 0 0.71
HSL 275.34º 0.97% 0.15% -
HSV(B) 275.34º 0.99% 0.29% -
XYZ 2.29 1.05 6.56 -
YUV 22.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 44 1 74 0.41 0.99 0 0.71 275.34 0.97 0.15
Hex 2C 1 4A 29 63 0 47 113 61 F
Octal 54 1 112 51 143 0 107 423 141 17
Binary 101100 1 1001010 101001 1100011 0 1000111 100010011 1100001 1111

Color Harmonies of #2C014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C014A

Black with #2C014A

Text Example


Text Example

White with #2C014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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