#2C034F

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

Shades of Blackcurrant #2C034F

Tints of Blackcurrant #2C034F

Color information

#2C034F (or 0x2C034F) is unknown color: approx Blackcurrant. HEX triplet: 2C, 03 and 4F. RGB value is (44,3,79). Sum of RGB (Red+Green+Blue) = 44+3+79=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C034F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C034F is #D3FCB0. Grayscale: #171717. Windows color (decimal): -13892785 or 5178156. OLE color: 5178156.

HSL color Cylindrical-coordinate representation of color #2C034F: hue angle of 272.37º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C034F is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB44379-
CMYK0.440.9600.69
HSL272.37º92.68%16.08%-
HSV(B)272.37º96.2%30.98%-
XYZ2.481.177.49-
YUV23.92159.08142.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.92%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=34.92%
G=2.38%
B=62.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal443790.440.9600.69272.3792.6816.08
Hex2C34F2C600451105d10
Octal54311754140010542013520
Binary101100111001111101100110000001000101100010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,3,79); }

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

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

 a { background-color: rgb(44,3,79); }

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

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

 span { border-color: rgb(44,3,79); }

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