#1A052D

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

Shades of Blackcurrant #1A052D

Tints of Blackcurrant #1A052D

Color information

#1A052D (or 0x1A052D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 05 and 2D. RGB value is (26,5,45). Sum of RGB (Red+Green+Blue) = 26+5+45=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #1A052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A052D is #E5FAD2. Grayscale: #0F0F0F. Windows color (decimal): -15071955 or 2950426. OLE color: 2950426.

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

Color convert

RGB26545-
CMYK0.420.8900.82
HSL271.5º80%9.8%-
HSV(B)271.5º88.89%17.65%-
XYZ0.950.522.53-
YUV15.84144.46135.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 45 (17.97% from 255) = 59.21%
R=34.21%
G=6.58%
B=59.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal265450.420.8900.82271.5809.8
Hex1A52D2A5905211050a
Octal3255552131012242012012
Binary1101010110110110101010110010101001010001000010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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