#2C013D

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

Shades of Blackcurrant #2C013D

Tints of Blackcurrant #2C013D

Color information

#2C013D (or 0x2C013D) is unknown color: approx Blackcurrant. HEX triplet: 2C, 01 and 3D. RGB value is (44,1,61). Sum of RGB (Red+Green+Blue) = 44+1+61=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C013D is #D3FEC2. Grayscale: #141414. Windows color (decimal): -13893315 or 3997996. OLE color: 3997996.

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

Color convert

RGB44161-
CMYK0.280.9800.76
HSL283º96.77%12.16%-
HSV(B)283º98.36%23.92%-
XYZ1.890.894.49-
YUV20.7150.75144.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.51%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 61 (24.22% from 255) = 57.55%
R=41.51%
G=0.94%
B=57.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal441610.280.9800.7628396.7712.16
Hex2C13D1C6204C11b61c
Octal5417534142011443314114
Binary10110011111011110011000100100110010001101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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