#2C133D

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

Shades of Blackcurrant #2C133D

Tints of Blackcurrant #2C133D

Color information

#2C133D (or 0x2C133D) is unknown color: approx Blackcurrant. HEX triplet: 2C, 13 and 3D. RGB value is (44,19,61). Sum of RGB (Red+Green+Blue) = 44+19+61=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C133D is #D3ECC2. Grayscale: #1F1F1F. Windows color (decimal): -13888707 or 4002604. OLE color: 4002604.

HSL color Cylindrical-coordinate representation of color #2C133D: hue angle of 275.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C133D is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB441961-
CMYK0.280.6900.76
HSL275.71º52.5%15.69%-
HSV(B)275.71º68.85%23.92%-
XYZ2.111.344.56-
YUV31.26144.78137.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.48%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=35.48%
G=15.32%
B=49.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4419610.280.6900.76275.7152.515.69
Hex2C133D1C4504C1143410
Octal5423753410501144246420
Binary101100100111111011110010001010100110010001010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,19,61); }

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

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

 a { background-color: rgb(44,19,61); }

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

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

 span { border-color: rgb(44,19,61); }

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