Html Css Color HEX #2C0431 Blackcurrant

📋 copy color: '#2C0431'

red 44 ◦ green 4 ◦ blue 49

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

Shades of Blackcurrant #2C0431

Tints of Blackcurrant #2C0431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

 BLUE value IS 49 (19.53% from 255) = 50.52%

R = 45.36%
G = 4.12%
B = 50.52%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2C0431 (or 0x2C0431) is known color: Blackcurrant. HEX triplet: 2C, 04 and 31. RGB value is (44,4,49). Sum of RGB (Red+Green+Blue) = 44+4+49=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C0431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0431 is #D3FBCE. Grayscale: #141414. Windows color (decimal): -13892559 or 3212332. OLE color: 3212332.

HSL color Cylindrical-coordinate representation of color #2C0431: hue angle of 293.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C0431 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 44 4 49 -
CMYK 0.10 0.92 0 0.81
HSL 293.33º 0.85% 0.1% -
HSV(B) 293.33º 0.92% 0.19% -
XYZ 1.64 0.84 2.98 -
YUV 21.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 44 4 49 0.10 0.92 0 0.81 293.33 0.85 0.1
Hex 2C 4 31 A 5C 0 51 125 55 A
Octal 54 4 61 12 134 0 121 445 125 12
Binary 101100 100 110001 1010 1011100 0 1010001 100100101 1010101 1010

Color Harmonies of #2C0431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0431

Black with #2C0431

Text Example


Text Example

White with #2C0431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,4,49); }

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

background-color css

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

 a { background-color: rgb(44,4,49); }

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

border-color css

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

 span { border-color: rgb(44,4,49); }

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