Html Css Color HEX #2C193F Blackcurrant

📋 copy color: '#2C193F'

red 44 ◦ green 25 ◦ blue 63

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

Shades of Blackcurrant #2C193F

Tints of Blackcurrant #2C193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 63 (25% from 255) = 47.73%

R = 33.33%
G = 18.94%
B = 47.73%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C193F (or 0x2C193F) is known color: Blackcurrant. HEX triplet: 2C, 19 and 3F. RGB value is (44,25,63). Sum of RGB (Red+Green+Blue) = 44+25+63=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C193F is #D3E6C0. Grayscale: #222222. Windows color (decimal): -13887169 or 4135212. OLE color: 4135212.

HSL color Cylindrical-coordinate representation of color #2C193F: hue angle of 270º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C193F is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 25 63 -
CMYK 0.30 0.60 0 0.75
HSL 270º 0.43% 0.17% -
HSV(B) 270º 0.6% 0.25% -
XYZ 2.28 1.59 4.89 -
YUV 35.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 44 25 63 0.30 0.60 0 0.75 270 0.43 0.17
Hex 2C 19 3F 1E 3C 0 4B 10E 2B 11
Octal 54 31 77 36 74 0 113 416 53 21
Binary 101100 11001 111111 11110 111100 0 1001011 100001110 101011 10001

Color Harmonies of #2C193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C193F

Black with #2C193F

Text Example


Text Example

White with #2C193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,25,63); }

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

background-color css

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

 a { background-color: rgb(44,25,63); }

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

border-color css

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

 span { border-color: rgb(44,25,63); }

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