#2C104B

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

Shades of Blackcurrant #2C104B

Tints of Blackcurrant #2C104B

Color information

#2C104B (or 0x2C104B) is unknown color: approx Blackcurrant. HEX triplet: 2C, 10 and 4B. RGB value is (44,16,75). Sum of RGB (Red+Green+Blue) = 44+16+75=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C104B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C104B is #D3EFB4. Grayscale: #1E1E1E. Windows color (decimal): -13889461 or 4919340. OLE color: 4919340.

HSL color Cylindrical-coordinate representation of color #2C104B: hue angle of 268.47º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C104B is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB441675-
CMYK0.410.7900.71
HSL268.47º64.84%17.84%-
HSV(B)268.47º78.67%29.41%-
XYZ2.491.416.8-
YUV31.1152.78137.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.59%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=32.59%
G=11.85%
B=55.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4416750.410.7900.71268.4764.8417.84
Hex2C104B294F04710c4112
Octal542011351117010741410122
Binary101100100001001011101001100111101000111100001100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,16,75); }

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

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

 a { background-color: rgb(44,16,75); }

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

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

 span { border-color: rgb(44,16,75); }

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