Html Css Color HEX #2C1631 Blackcurrant

📋 copy color: '#2C1631'

red 44 ◦ green 22 ◦ blue 49

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

Shades of Blackcurrant #2C1631

Tints of Blackcurrant #2C1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.13%

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

R = 38.26%
G = 19.13%
B = 42.61%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2C1631 (or 0x2C1631) is known color: Blackcurrant. HEX triplet: 2C, 16 and 31. RGB value is (44,22,49). Sum of RGB (Red+Green+Blue) = 44+22+49=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C1631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1631 is #D3E9CE. Grayscale: #1F1F1F. Windows color (decimal): -13887951 or 3216940. OLE color: 3216940.

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

Color convert

RGB 44 22 49 -
CMYK 0.10 0.55 0 0.81
HSL 288.89º 0.38% 0.14% -
HSV(B) 288.89º 0.55% 0.19% -
XYZ 1.88 1.33 3.06 -
YUV 31.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 44 22 49 0.10 0.55 0 0.81 288.89 0.38 0.14
Hex 2C 16 31 A 37 0 51 121 26 E
Octal 54 26 61 12 67 0 121 441 46 16
Binary 101100 10110 110001 1010 110111 0 1010001 100100001 100110 1110

Color Harmonies of #2C1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1631

Black with #2C1631

Text Example


Text Example

White with #2C1631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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