Html Css Color HEX #2C024D Blackcurrant

📋 copy color: '#2C024D'

red 44 ◦ green 2 ◦ blue 77

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

Shades of Blackcurrant #2C024D

Tints of Blackcurrant #2C024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

 BLUE value IS 77 (30.47% from 255) = 62.6%

R = 35.77%
G = 1.63%
B = 62.6%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2C024D (or 0x2C024D) is known color: Blackcurrant. HEX triplet: 2C, 02 and 4D. RGB value is (44,2,77). Sum of RGB (Red+Green+Blue) = 44+2+77=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C024D is #D3FDB2. Grayscale: #161616. Windows color (decimal): -13893043 or 5046828. OLE color: 5046828.

HSL color Cylindrical-coordinate representation of color #2C024D: hue angle of 273.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C024D is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 44 2 77 -
CMYK 0.43 0.97 0 0.70
HSL 273.6º 0.95% 0.15% -
HSV(B) 273.6º 0.97% 0.3% -
XYZ 2.4 1.11 7.11 -
YUV 23.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 44 2 77 0.43 0.97 0 0.70 273.6 0.95 0.15
Hex 2C 2 4D 2B 61 0 46 112 5F F
Octal 54 2 115 53 141 0 106 422 137 17
Binary 101100 10 1001101 101011 1100001 0 1000110 100010010 1011111 1111

Color Harmonies of #2C024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C024D

Black with #2C024D

Text Example


Text Example

White with #2C024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,2,77); }

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

background-color css

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

 a { background-color: rgb(44,2,77); }

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

border-color css

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

 span { border-color: rgb(44,2,77); }

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