Html Css Color HEX #2C173B Blackcurrant

📋 copy color: '#2C173B'

red 44 ◦ green 23 ◦ blue 59

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

Shades of Blackcurrant #2C173B

Tints of Blackcurrant #2C173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.25%

 BLUE value IS 59 (23.44% from 255) = 46.83%

R = 34.92%
G = 18.25%
B = 46.83%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2C173B (or 0x2C173B) is known color: Blackcurrant. HEX triplet: 2C, 17 and 3B. RGB value is (44,23,59). Sum of RGB (Red+Green+Blue) = 44+23+59=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #2C173B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C173B is #D3E8C4. Grayscale: #212121. Windows color (decimal): -13887685 or 3872556. OLE color: 3872556.

HSL color Cylindrical-coordinate representation of color #2C173B: hue angle of 275º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C173B is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 44 23 59 -
CMYK 0.25 0.61 0 0.77
HSL 275º 0.44% 0.16% -
HSV(B) 275º 0.61% 0.23% -
XYZ 2.13 1.46 4.31 -
YUV 33.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 44 23 59 0.25 0.61 0 0.77 275 0.44 0.16
Hex 2C 17 3B 19 3D 0 4D 113 2C 10
Octal 54 27 73 31 75 0 115 423 54 20
Binary 101100 10111 111011 11001 111101 0 1001101 100010011 101100 10000

Color Harmonies of #2C173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C173B

Black with #2C173B

Text Example


Text Example

White with #2C173B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,23,59); }

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

background-color css

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

 a { background-color: rgb(44,23,59); }

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

border-color css

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

 span { border-color: rgb(44,23,59); }

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