#1C0326

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

Shades of Blackcurrant #1C0326

Tints of Blackcurrant #1C0326

Color information

#1C0326 (or 0x1C0326) is unknown color: approx Blackcurrant. HEX triplet: 1C, 03 and 26. RGB value is (28,3,38). Sum of RGB (Red+Green+Blue) = 28+3+38=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 38 (15.23% from 255 or 55.07% from 69); Max value from RGB is 38 - color contains mainly: blue. Hex color #1C0326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0326 is #E3FCD9. Grayscale: #0E0E0E. Windows color (decimal): -14941402 or 2491164. OLE color: 2491164.

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

Color convert

RGB28338-
CMYK0.260.9200.85
HSL282.86º85.37%8.04%-
HSV(B)282.86º92.11%14.9%-
XYZ0.860.451.88-
YUV14.46141.28137.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40.58%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 38 (15.23% from 255) = 55.07%
R=40.58%
G=4.35%
B=55.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283380.260.9200.85282.8685.378.04
Hex1C3261A5C05511b558
Octal3434632134012543312510
Binary11100111001101101010111000101010110001101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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