Html Css Color HEX #2C1031 Blackcurrant

📋 copy color: '#2C1031'

red 44 ◦ green 16 ◦ blue 49

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

Shades of Blackcurrant #2C1031

Tints of Blackcurrant #2C1031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 40.37%
G = 14.68%
B = 44.95%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2C1031 (or 0x2C1031) is known color: Blackcurrant. HEX triplet: 2C, 10 and 31. RGB value is (44,16,49). Sum of RGB (Red+Green+Blue) = 44+16+49=109 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.37% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1031 is #D3EFCE. Grayscale: #1C1C1C. Windows color (decimal): -13889487 or 3215404. OLE color: 3215404.

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

Color convert

RGB 44 16 49 -
CMYK 0.10 0.67 0 0.81
HSL 290.91º 0.51% 0.13% -
HSV(B) 290.91º 0.67% 0.19% -
XYZ 1.78 1.13 3.03 -
YUV 28.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 44 16 49 0.10 0.67 0 0.81 290.91 0.51 0.13
Hex 2C 10 31 A 43 0 51 123 33 D
Octal 54 20 61 12 103 0 121 443 63 15
Binary 101100 10000 110001 1010 1000011 0 1010001 100100011 110011 1101

Color Harmonies of #2C1031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1031

Black with #2C1031

Text Example


Text Example

White with #2C1031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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