Html Css Color HEX #2C1241 Blackcurrant

📋 copy color: '#2C1241'

red 44 ◦ green 18 ◦ blue 65

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

Shades of Blackcurrant #2C1241

Tints of Blackcurrant #2C1241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 65 (25.78% from 255) = 51.18%

R = 34.65%
G = 14.17%
B = 51.18%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C1241 (or 0x2C1241) is known color: Blackcurrant. HEX triplet: 2C, 12 and 41. RGB value is (44,18,65). Sum of RGB (Red+Green+Blue) = 44+18+65=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C1241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1241 is #D3EDBE. Grayscale: #1E1E1E. Windows color (decimal): -13888959 or 4264492. OLE color: 4264492.

HSL color Cylindrical-coordinate representation of color #2C1241: hue angle of 273.19º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C1241 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 18 65 -
CMYK 0.32 0.72 0 0.75
HSL 273.19º 0.57% 0.16% -
HSV(B) 273.19º 0.72% 0.25% -
XYZ 2.21 1.35 5.15 -
YUV 31.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 44 18 65 0.32 0.72 0 0.75 273.19 0.57 0.16
Hex 2C 12 41 20 48 0 4B 111 39 10
Octal 54 22 101 40 110 0 113 421 71 20
Binary 101100 10010 1000001 100000 1001000 0 1001011 100010001 111001 10000

Color Harmonies of #2C1241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1241

Black with #2C1241

Text Example


Text Example

White with #2C1241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,18,65); }

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

background-color css

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

 a { background-color: rgb(44,18,65); }

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

border-color css

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

 span { border-color: rgb(44,18,65); }

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