#2C0653

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

Shades of Blackcurrant #2C0653

Tints of Blackcurrant #2C0653

Color information

#2C0653 (or 0x2C0653) is unknown color: approx Blackcurrant. HEX triplet: 2C, 06 and 53. RGB value is (44,6,83). Sum of RGB (Red+Green+Blue) = 44+6+83=133 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.08% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #2C0653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0653 is #D3F9AC. Grayscale: #191919. Windows color (decimal): -13892013 or 5441068. OLE color: 5441068.

HSL color Cylindrical-coordinate representation of color #2C0653: hue angle of 269.61º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0653 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB44683-
CMYK0.470.9300.67
HSL269.61º86.52%17.45%-
HSV(B)269.61º92.77%32.55%-
XYZ2.671.298.29-
YUV26.14160.09140.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.08%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=33.08%
G=4.51%
B=62.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal446830.470.9300.67269.6186.5217.45
Hex2C6532F5D04310e5711
Octal54612357135010341612721
Binary1011001101010011101111101110101000011100001110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,6,83); }

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

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

 a { background-color: rgb(44,6,83); }

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

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

 span { border-color: rgb(44,6,83); }

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