#2C0334

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

Shades of Blackcurrant #2C0334

Tints of Blackcurrant #2C0334

Color information

#2C0334 (or 0x2C0334) is unknown color: approx Blackcurrant. HEX triplet: 2C, 03 and 34. RGB value is (44,3,52). Sum of RGB (Red+Green+Blue) = 44+3+52=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C0334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0334 is #D3FCCB. Grayscale: #141414. Windows color (decimal): -13892812 or 3408684. OLE color: 3408684.

HSL color Cylindrical-coordinate representation of color #2C0334: hue angle of 290.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0334 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB44352-
CMYK0.150.9400.80
HSL290.2º89.09%10.78%-
HSV(B)290.2º94.23%20.39%-
XYZ1.690.853.32-
YUV20.84145.58144.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 52 (20.70% from 255) = 52.53%
R=44.44%
G=3.03%
B=52.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal443520.150.9400.80290.289.0910.78
Hex2C334F5E05012259b
Octal5436417136012044213113
Binary10110011110100111110111100101000010010001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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