#2C013B

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

Shades of Blackcurrant #2C013B

Tints of Blackcurrant #2C013B

Color information

#2C013B (or 0x2C013B) is unknown color: approx Blackcurrant. HEX triplet: 2C, 01 and 3B. RGB value is (44,1,59). Sum of RGB (Red+Green+Blue) = 44+1+59=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #2C013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C013B is #D3FEC4. Grayscale: #141414. Windows color (decimal): -13893317 or 3866924. OLE color: 3866924.

HSL color Cylindrical-coordinate representation of color #2C013B: hue angle of 284.48º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C013B is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB44159-
CMYK0.250.9800.77
HSL284.48º96.67%11.76%-
HSV(B)284.48º98.31%23.14%-
XYZ1.840.874.21-
YUV20.47149.75144.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 42.31%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 59 (23.44% from 255) = 56.73%
R=42.31%
G=0.96%
B=56.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal441590.250.9800.77284.4896.6711.76
Hex2C13B196204D11c61c
Octal5417331142011543414114
Binary10110011110111100111000100100110110001110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,1,59); }

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

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

 a { background-color: rgb(44,1,59); }

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

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

 span { border-color: rgb(44,1,59); }

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