#1C0325

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

Shades of Blackcurrant #1C0325

Tints of Blackcurrant #1C0325

Color information

#1C0325 (or 0x1C0325) is unknown color: approx Blackcurrant. HEX triplet: 1C, 03 and 25. RGB value is (28,3,37). Sum of RGB (Red+Green+Blue) = 28+3+37=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #1C0325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0325 is #E3FCDA. Grayscale: #0E0E0E. Windows color (decimal): -14941403 or 2425628. OLE color: 2425628.

HSL color Cylindrical-coordinate representation of color #1C0325: hue angle of 284.12º 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 #1C0325 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB28337-
CMYK0.240.9200.85
HSL284.12º85%7.84%-
HSV(B)284.12º91.89%14.51%-
XYZ0.850.451.79-
YUV14.35140.78137.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.18%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 37 (14.84% from 255) = 54.41%
R=41.18%
G=4.41%
B=54.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283370.240.9200.85284.12857.84
Hex1C325185C05511c558
Octal3434530134012543412510
Binary11100111001011100010111000101010110001110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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