Html Css Color HEX #2C1C36 Blackcurrant

📋 copy color: '#2C1C36'

red 44 ◦ green 28 ◦ blue 54

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

Shades of Blackcurrant #2C1C36

Tints of Blackcurrant #2C1C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.22%

 BLUE value IS 54 (21.48% from 255) = 42.86%

R = 34.92%
G = 22.22%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2C1C36 (or 0x2C1C36) is known color: Blackcurrant. HEX triplet: 2C, 1C and 36. RGB value is (44,28,54). Sum of RGB (Red+Green+Blue) = 44+28+54=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #2C1C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C1C36 is #D3E3C9. Grayscale: #232323. Windows color (decimal): -13886410 or 3546156. OLE color: 3546156.

HSL color Cylindrical-coordinate representation of color #2C1C36: hue angle of 276.92º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C1C36 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 44 28 54 -
CMYK 0.19 0.48 0 0.79
HSL 276.92º 0.32% 0.16% -
HSV(B) 276.92º 0.48% 0.21% -
XYZ 2.12 1.63 3.69 -
YUV 35.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 44 28 54 0.19 0.48 0 0.79 276.92 0.32 0.16
Hex 2C 1C 36 13 30 0 4F 115 20 10
Octal 54 34 66 23 60 0 117 425 40 20
Binary 101100 11100 110110 10011 110000 0 1001111 100010101 100000 10000

Color Harmonies of #2C1C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1C36

Black with #2C1C36

Text Example


Text Example

White with #2C1C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,28,54); }

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

background-color css

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

 a { background-color: rgb(44,28,54); }

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

border-color css

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

 span { border-color: rgb(44,28,54); }

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