Html Css Color HEX #2C2631 Blackcurrant

📋 copy color: '#2C2631'

red 44 ◦ green 38 ◦ blue 49

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

Shades of Blackcurrant #2C2631

Tints of Blackcurrant #2C2631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.01%

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

R = 33.59%
G = 29.01%
B = 37.4%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2C2631 (or 0x2C2631) is known color: Blackcurrant. HEX triplet: 2C, 26 and 31. RGB value is (44,38,49). Sum of RGB (Red+Green+Blue) = 44+38+49=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2631 is #D3D9CE. Grayscale: #292929. Windows color (decimal): -13883855 or 3221036. OLE color: 3221036.

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

Color convert

RGB 44 38 49 -
CMYK 0.10 0.22 0 0.81
HSL 272.73º 0.13% 0.17% -
HSV(B) 272.73º 0.22% 0.19% -
XYZ 2.29 2.14 3.2 -
YUV 41.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 44 38 49 0.10 0.22 0 0.81 272.73 0.13 0.17
Hex 2C 26 31 A 16 0 51 111 D 11
Octal 54 46 61 12 26 0 121 421 15 21
Binary 101100 100110 110001 1010 10110 0 1010001 100010001 1101 10001

Color Harmonies of #2C2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2631

Black with #2C2631

Text Example


Text Example

White with #2C2631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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