#2C003F

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

Shades of Blackcurrant #2C003F

Tints of Blackcurrant #2C003F

Color information

#2C003F (or 0x2C003F) is unknown color: approx Blackcurrant. HEX triplet: 2C, 00 and 3F. RGB value is (44,0,63). Sum of RGB (Red+Green+Blue) = 44+0+63=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C003F is #D3FFC0. Grayscale: #141414. Windows color (decimal): -13893569 or 4128812. OLE color: 4128812.

HSL color Cylindrical-coordinate representation of color #2C003F: hue angle of 281.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C003F is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB44063-
CMYK0.30100.75
HSL281.9º100%12.35%-
HSV(B)281.9º100%24.71%-
XYZ1.940.894.77-
YUV20.34152.08144.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 58.88%
R=41.12%
G=0%
B=58.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal440630.30100.75281.910012.35
Hex2C03F1E6404B11a64c
Octal5407736144011343214414
Binary10110001111111111011001000100101110001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,0,63); }

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

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

 a { background-color: rgb(44,0,63); }

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

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

 span { border-color: rgb(44,0,63); }

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