#2C123B

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

Shades of Blackcurrant #2C123B

Tints of Blackcurrant #2C123B

Color information

#2C123B (or 0x2C123B) is unknown color: approx Blackcurrant. HEX triplet: 2C, 12 and 3B. RGB value is (44,18,59). Sum of RGB (Red+Green+Blue) = 44+18+59=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #2C123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C123B is #D3EDC4. Grayscale: #1E1E1E. Windows color (decimal): -13888965 or 3871276. OLE color: 3871276.

HSL color Cylindrical-coordinate representation of color #2C123B: hue angle of 278.05º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C123B is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB441859-
CMYK0.250.6900.77
HSL278.05º53.25%15.1%-
HSV(B)278.05º69.49%23.14%-
XYZ2.041.284.28-
YUV30.45144.11137.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.36%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 59 (23.44% from 255) = 48.76%
R=36.36%
G=14.88%
B=48.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4418590.250.6900.77278.0553.2515.1
Hex2C123B194504D11635f
Octal5422733110501154266517
Binary10110010010111011110011000101010011011000101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,18,59); }

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

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

 a { background-color: rgb(44,18,59); }

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

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

 span { border-color: rgb(44,18,59); }

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