Html Css Color HEX #2C1731 Blackcurrant

📋 copy color: '#2C1731'

red 44 ◦ green 23 ◦ blue 49

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

Shades of Blackcurrant #2C1731

Tints of Blackcurrant #2C1731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

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

R = 37.93%
G = 19.83%
B = 42.24%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2C1731 (or 0x2C1731) is known color: Blackcurrant. HEX triplet: 2C, 17 and 31. RGB value is (44,23,49). Sum of RGB (Red+Green+Blue) = 44+23+49=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C1731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1731 is #D3E8CE. Grayscale: #202020. Windows color (decimal): -13887695 or 3217196. OLE color: 3217196.

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

Color convert

RGB 44 23 49 -
CMYK 0.10 0.53 0 0.81
HSL 288.46º 0.36% 0.14% -
HSV(B) 288.46º 0.53% 0.19% -
XYZ 1.9 1.37 3.07 -
YUV 32.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 44 23 49 0.10 0.53 0 0.81 288.46 0.36 0.14
Hex 2C 17 31 A 35 0 51 120 24 E
Octal 54 27 61 12 65 0 121 440 44 16
Binary 101100 10111 110001 1010 110101 0 1010001 100100000 100100 1110

Color Harmonies of #2C1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1731

Black with #2C1731

Text Example


Text Example

White with #2C1731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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