#1C0526

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

Shades of Blackcurrant #1C0526

Tints of Blackcurrant #1C0526

Color information

#1C0526 (or 0x1C0526) is unknown color: approx Blackcurrant. HEX triplet: 1C, 05 and 26. RGB value is (28,5,38). Sum of RGB (Red+Green+Blue) = 28+5+38=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 38 (15.23% from 255 or 53.52% from 71); Max value from RGB is 38 - color contains mainly: blue. Hex color #1C0526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0526 is #E3FAD9. Grayscale: #0F0F0F. Windows color (decimal): -14940890 or 2491676. OLE color: 2491676.

HSL color Cylindrical-coordinate representation of color #1C0526: hue angle of 281.82º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C0526 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB28538-
CMYK0.260.8700.85
HSL281.82º76.74%8.43%-
HSV(B)281.82º86.84%14.9%-
XYZ0.880.51.88-
YUV15.64140.62136.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 38 (15.23% from 255) = 53.52%
R=39.44%
G=7.04%
B=53.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal285380.260.8700.85281.8276.748.43
Hex1C5261A5705511a4d8
Octal3454632127012543211510
Binary111001011001101101010101110101010110001101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0526; }

 p { color: rgb(28,5,38); }

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

<style>
 a { background-color: #1C0526; }

 a { background-color: rgb(28,5,38); }

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

<style>
 span { border-color: #1C0526; }

 span { border-color: rgb(28,5,38); }

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