#1C0426

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

Shades of Blackcurrant #1C0426

Tints of Blackcurrant #1C0426

Color information

#1C0426 (or 0x1C0426) is unknown color: approx Blackcurrant. HEX triplet: 1C, 04 and 26. RGB value is (28,4,38). Sum of RGB (Red+Green+Blue) = 28+4+38=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 38 (15.23% from 255 or 54.29% from 70); Max value from RGB is 38 - color contains mainly: blue. Hex color #1C0426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0426 is #E3FBD9. Grayscale: #0E0E0E. Windows color (decimal): -14941146 or 2491420. OLE color: 2491420.

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

Color convert

RGB28438-
CMYK0.260.8900.85
HSL282.35º80.95%8.24%-
HSV(B)282.35º89.47%14.9%-
XYZ0.870.471.88-
YUV15.05140.95137.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 5.71%
BLUE value IS 38 (15.23% from 255) = 54.29%
R=40%
G=5.71%
B=54.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal284380.260.8900.85282.3580.958.24
Hex1C4261A5905511a518
Octal3444632131012543212110
Binary111001001001101101010110010101010110001101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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