#2C153D

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

Shades of Blackcurrant #2C153D

Tints of Blackcurrant #2C153D

Color information

#2C153D (or 0x2C153D) is unknown color: approx Blackcurrant. HEX triplet: 2C, 15 and 3D. RGB value is (44,21,61). Sum of RGB (Red+Green+Blue) = 44+21+61=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C153D is #D3EAC2. Grayscale: #202020. Windows color (decimal): -13888195 or 4003116. OLE color: 4003116.

HSL color Cylindrical-coordinate representation of color #2C153D: hue angle of 274.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C153D is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB442161-
CMYK0.280.6600.76
HSL274.5º48.78%16.08%-
HSV(B)274.5º65.57%23.92%-
XYZ2.151.414.57-
YUV32.44144.12136.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.92%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=34.92%
G=16.67%
B=48.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4421610.280.6600.76274.548.7816.08
Hex2C153D1C4204C1123110
Octal5425753410201144226120
Binary101100101011111011110010000100100110010001001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,21,61); }

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

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

 a { background-color: rgb(44,21,61); }

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

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

 span { border-color: rgb(44,21,61); }

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