#1A022D

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

Shades of Blackcurrant #1A022D

Tints of Blackcurrant #1A022D

Color information

#1A022D (or 0x1A022D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 02 and 2D. RGB value is (26,2,45). Sum of RGB (Red+Green+Blue) = 26+2+45=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #1A022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A022D is #E5FDD2. Grayscale: #0D0D0D. Windows color (decimal): -15072723 or 2949658. OLE color: 2949658.

HSL color Cylindrical-coordinate representation of color #1A022D: hue angle of 273.49º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A022D is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB26245-
CMYK0.420.9600.82
HSL273.49º91.49%9.22%-
HSV(B)273.49º95.56%17.65%-
XYZ0.920.452.52-
YUV14.08145.45136.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 45 (17.97% from 255) = 61.64%
R=35.62%
G=2.74%
B=61.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal262450.420.9600.82273.4991.499.22
Hex1A22D2A600521115b9
Octal3225552140012242113311
Binary110101010110110101011000000101001010001000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,2,45); }

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

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

 a { background-color: rgb(26,2,45); }

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

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

 span { border-color: rgb(26,2,45); }

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