#2C0F40

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

Shades of Blackcurrant #2C0F40

Tints of Blackcurrant #2C0F40

Color information

#2C0F40 (or 0x2C0F40) is unknown color: approx Blackcurrant. HEX triplet: 2C, 0F and 40. RGB value is (44,15,64). Sum of RGB (Red+Green+Blue) = 44+15+64=123 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.77% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C0F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0F40 is #D3F0BF. Grayscale: #1D1D1D. Windows color (decimal): -13889728 or 4198188. OLE color: 4198188.

HSL color Cylindrical-coordinate representation of color #2C0F40: hue angle of 275.51º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C0F40 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB441564-
CMYK0.310.7700.75
HSL275.51º62.03%15.49%-
HSV(B)275.51º76.56%25.1%-
XYZ2.131.254.98-
YUV29.26147.61138.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.77%
GREEN value IS 15 (6.25% from 255) = 12.20%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=35.77%
G=12.20%
B=52.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4415640.310.7700.75275.5162.0315.49
Hex2CF401F4D04B1143ef
Octal54171003711501134247617
Binary10110011111000000111111001101010010111000101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,15,64); }

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

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

 a { background-color: rgb(44,15,64); }

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

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

 span { border-color: rgb(44,15,64); }

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