#2C0E48

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

Shades of Blackcurrant #2C0E48

Tints of Blackcurrant #2C0E48

Color information

#2C0E48 (or 0x2C0E48) is unknown color: approx Blackcurrant. HEX triplet: 2C, 0E and 48. RGB value is (44,14,72). Sum of RGB (Red+Green+Blue) = 44+14+72=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #2C0E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0E48 is #D3F1B7. Grayscale: #1D1D1D. Windows color (decimal): -13889976 or 4722220. OLE color: 4722220.

HSL color Cylindrical-coordinate representation of color #2C0E48: hue angle of 271.03º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C0E48 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB441472-
CMYK0.390.8100.72
HSL271.03º67.44%16.86%-
HSV(B)271.03º80.56%28.24%-
XYZ2.371.326.26-
YUV29.58151.94138.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.85%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=33.85%
G=10.77%
B=55.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4414720.390.8100.72271.0367.4416.86
Hex2CE48275104810f4311
Octal541611047121011041710321
Binary10110011101001000100111101000101001000100001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,14,72); }

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

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

 a { background-color: rgb(44,14,72); }

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

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

 span { border-color: rgb(44,14,72); }

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