#2C1734

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

Shades of Blackcurrant #2C1734

Tints of Blackcurrant #2C1734

Color information

#2C1734 (or 0x2C1734) is unknown color: approx Blackcurrant. HEX triplet: 2C, 17 and 34. RGB value is (44,23,52). Sum of RGB (Red+Green+Blue) = 44+23+52=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C1734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1734 is #D3E8CB. Grayscale: #202020. Windows color (decimal): -13887692 or 3413804. OLE color: 3413804.

HSL color Cylindrical-coordinate representation of color #2C1734: hue angle of 283.45º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C1734 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB442352-
CMYK0.150.5600.80
HSL283.45º38.67%14.71%-
HSV(B)283.45º55.77%20.39%-
XYZ1.961.43.41-
YUV32.58138.96136.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.97%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=36.97%
G=19.33%
B=43.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4423520.150.5600.80283.4538.6714.71
Hex2C1734F3805011b27f
Octal542764177001204334717
Binary101100101111101001111111000010100001000110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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