#2C173F

Color #2C173F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2C173F

Tints of Blackcurrant #2C173F

Color information

#2C173F (or 0x2C173F) is unknown color: approx Blackcurrant. HEX triplet: 2C, 17 and 3F. RGB value is (44,23,63). Sum of RGB (Red+Green+Blue) = 44+23+63=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C173F is #D3E8C0. Grayscale: #212121. Windows color (decimal): -13887681 or 4134700. OLE color: 4134700.

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

Color convert

RGB442363-
CMYK0.300.6300.75
HSL271.5º46.51%16.86%-
HSV(B)271.5º63.49%24.71%-
XYZ2.241.514.88-
YUV33.84144.46135.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.85%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 63 (25% from 255) = 48.46%
R=33.85%
G=17.69%
B=48.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4423630.300.6300.75271.546.5116.86
Hex2C173F1E3F04B1102f11
Octal542777367701134205721
Binary10110010111111111111101111110100101110001000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C173F;
 }
 .AnyTagClassName
 {
   color: #2C173F;
 }
</style>
background-color css

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

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

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

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

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

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