#2C0B47

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

Shades of Blackcurrant #2C0B47

Tints of Blackcurrant #2C0B47

Color information

#2C0B47 (or 0x2C0B47) is unknown color: approx Blackcurrant. HEX triplet: 2C, 0B and 47. RGB value is (44,11,71). Sum of RGB (Red+Green+Blue) = 44+11+71=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C0B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0B47 is #D3F4B8. Grayscale: #1B1B1B. Windows color (decimal): -13890745 or 4655916. OLE color: 4655916.

HSL color Cylindrical-coordinate representation of color #2C0B47: hue angle of 273º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C0B47 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB441171-
CMYK0.380.8500.72
HSL273º73.17%16.08%-
HSV(B)273º84.51%27.84%-
XYZ2.31.236.08-
YUV27.71152.43139.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.92%
GREEN value IS 11 (4.69% from 255) = 8.73%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=34.92%
G=8.73%
B=56.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4411710.380.8500.7227373.1716.08
Hex2CB4726550481114910
Octal541310746125011042111120
Binary10110010111000111100110101010101001000100010001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,11,71); }

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

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

 a { background-color: rgb(44,11,71); }

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

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

 span { border-color: rgb(44,11,71); }

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