#2C0336

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

Shades of Blackcurrant #2C0336

Tints of Blackcurrant #2C0336

Color information

#2C0336 (or 0x2C0336) is unknown color: approx Blackcurrant. HEX triplet: 2C, 03 and 36. RGB value is (44,3,54). Sum of RGB (Red+Green+Blue) = 44+3+54=101 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.56% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #2C0336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0336 is #D3FCC9. Grayscale: #141414. Windows color (decimal): -13892810 or 3539756. OLE color: 3539756.

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

Color convert

RGB44354-
CMYK0.190.9400.79
HSL288.24º89.47%11.18%-
HSV(B)288.24º94.44%21.18%-
XYZ1.740.873.57-
YUV21.07146.58144.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 43.56%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 54 (21.48% from 255) = 53.47%
R=43.56%
G=2.97%
B=53.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal443540.190.9400.79288.2489.4711.18
Hex2C336135E04F12059b
Octal5436623136011744013113
Binary101100111101101001110111100100111110010000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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