#2C0841

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

Shades of Blackcurrant #2C0841

Tints of Blackcurrant #2C0841

Color information

#2C0841 (or 0x2C0841) is unknown color: approx Blackcurrant. HEX triplet: 2C, 08 and 41. RGB value is (44,8,65). Sum of RGB (Red+Green+Blue) = 44+8+65=117 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.61% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C0841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0841 is #D3F7BE. Grayscale: #191919. Windows color (decimal): -13891519 or 4261932. OLE color: 4261932.

HSL color Cylindrical-coordinate representation of color #2C0841: hue angle of 277.89º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C0841 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB44865-
CMYK0.320.8800.75
HSL277.89º78.08%14.31%-
HSV(B)277.89º87.69%25.49%-
XYZ2.081.095.1-
YUV25.26150.43141.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 37.61%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 65 (25.78% from 255) = 55.56%
R=37.61%
G=6.84%
B=55.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal448650.320.8800.75277.8978.0814.31
Hex2C841205804B1164ee
Octal541010140130011342611616
Binary1011001000100000110000010110000100101110001011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,8,65); }

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

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

 a { background-color: rgb(44,8,65); }

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

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

 span { border-color: rgb(44,8,65); }

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