#2C0239

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

Shades of Blackcurrant #2C0239

Tints of Blackcurrant #2C0239

Color information

#2C0239 (or 0x2C0239) is unknown color: approx Blackcurrant. HEX triplet: 2C, 02 and 39. RGB value is (44,2,57). Sum of RGB (Red+Green+Blue) = 44+2+57=103 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.72% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #2C0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0239 is #D3FDC6. Grayscale: #141414. Windows color (decimal): -13893063 or 3736108. OLE color: 3736108.

HSL color Cylindrical-coordinate representation of color #2C0239: hue angle of 285.82º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0239 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB44257-
CMYK0.230.9600.78
HSL285.82º93.22%11.57%-
HSV(B)285.82º96.49%22.35%-
XYZ1.80.873.94-
YUV20.83148.41144.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 42.72%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 57 (22.66% from 255) = 55.34%
R=42.72%
G=1.94%
B=55.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal442570.230.9600.78285.8293.2211.57
Hex2C239176004E11e5dc
Octal5427127140011643613514
Binary101100101110011011111000000100111010001111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,2,57); }

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

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

 a { background-color: rgb(44,2,57); }

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

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

 span { border-color: rgb(44,2,57); }

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