Html Css Color HEX #2C1A37 Blackcurrant

📋 copy color: '#2C1A37'

red 44 ◦ green 26 ◦ blue 55

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

Shades of Blackcurrant #2C1A37

Tints of Blackcurrant #2C1A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.8%

 BLUE value IS 55 (21.88% from 255) = 44%

R = 35.2%
G = 20.8%
B = 44%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2C1A37 (or 0x2C1A37) is known color: Blackcurrant. HEX triplet: 2C, 1A and 37. RGB value is (44,26,55). Sum of RGB (Red+Green+Blue) = 44+26+55=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C1A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1A37 is #D3E5C8. Grayscale: #222222. Windows color (decimal): -13886921 or 3611180. OLE color: 3611180.

HSL color Cylindrical-coordinate representation of color #2C1A37: hue angle of 277.24º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C1A37 is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 26 55 -
CMYK 0.2 0.53 0 0.78
HSL 277.24º 0.36% 0.16% -
HSV(B) 277.24º 0.53% 0.22% -
XYZ 2.1 1.55 3.8 -
YUV 34.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 44 26 55 0.2 0.53 0 0.78 277.24 0.36 0.16
Hex 2C 1A 37 14 35 0 4E 115 24 10
Octal 54 32 67 24 65 0 116 425 44 20
Binary 101100 11010 110111 10100 110101 0 1001110 100010101 100100 10000

Color Harmonies of #2C1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1A37

Black with #2C1A37

Text Example


Text Example

White with #2C1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,26,55); }

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

background-color css

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

 a { background-color: rgb(44,26,55); }

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

border-color css

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

 span { border-color: rgb(44,26,55); }

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