Html Css Color HEX #2C1E37 Blackcurrant

📋 copy color: '#2C1E37'

red 44 ◦ green 30 ◦ blue 55

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

Shades of Blackcurrant #2C1E37

Tints of Blackcurrant #2C1E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.26%

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

R = 34.11%
G = 23.26%
B = 42.64%

CMYK

 C value IS 0.2

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2C1E37 (or 0x2C1E37) is known color: Blackcurrant. HEX triplet: 2C, 1E and 37. RGB value is (44,30,55). Sum of RGB (Red+Green+Blue) = 44+30+55=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C1E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1E37 is #D3E1C8. Grayscale: #242424. Windows color (decimal): -13885897 or 3612204. OLE color: 3612204.

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

Color convert

RGB 44 30 55 -
CMYK 0.2 0.45 0 0.78
HSL 273.6º 0.29% 0.17% -
HSV(B) 273.6º 0.45% 0.22% -
XYZ 2.19 1.74 3.83 -
YUV 37.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 44 30 55 0.2 0.45 0 0.78 273.6 0.29 0.17
Hex 2C 1E 37 14 2D 0 4E 112 1D 11
Octal 54 36 67 24 55 0 116 422 35 21
Binary 101100 11110 110111 10100 101101 0 1001110 100010010 11101 10001

Color Harmonies of #2C1E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1E37

Black with #2C1E37

Text Example


Text Example

White with #2C1E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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