#2C2030

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

Shades of Blackcurrant #2C2030

Tints of Blackcurrant #2C2030

Color information

#2C2030 (or 0x2C2030) is unknown color: approx Blackcurrant. HEX triplet: 2C, 20 and 30. RGB value is (44,32,48). Sum of RGB (Red+Green+Blue) = 44+32+48=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 48 - color contains mainly: blue. Hex color #2C2030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2030 is #D3DFCF. Grayscale: #252525. Windows color (decimal): -13885392 or 3153964. OLE color: 3153964.

HSL color Cylindrical-coordinate representation of color #2C2030: hue angle of 285º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2C2030 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB443248-
CMYK0.080.3300.81
HSL285º20%15.69%-
HSV(B)285º33.33%18.82%-
XYZ2.091.783.03-
YUV37.41133.98132.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.48%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=35.48%
G=25.81%
B=38.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4432480.080.3300.812852015.69
Hex2C203082105111d1410
Octal544060104101214352420
Binary1011001000001100001000100001010100011000111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,32,48); }

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

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

 a { background-color: rgb(44,32,48); }

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

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

 span { border-color: rgb(44,32,48); }

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