#1A023A

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

Shades of Blackcurrant #1A023A

Tints of Blackcurrant #1A023A

Color information

#1A023A (or 0x1A023A) is unknown color: approx Blackcurrant. HEX triplet: 1A, 02 and 3A. RGB value is (26,2,58). Sum of RGB (Red+Green+Blue) = 26+2+58=86 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.23% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 58 (23.05% from 255 or 67.44% from 86); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A023A is #E5FDC5. Grayscale: #0F0F0F. Windows color (decimal): -15072710 or 3801626. OLE color: 3801626.

HSL color Cylindrical-coordinate representation of color #1A023A: hue angle of 265.71º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A023A is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB26258-
CMYK0.550.9700.77
HSL265.71º93.33%11.76%-
HSV(B)265.71º96.55%22.75%-
XYZ1.210.574.05-
YUV15.56151.95135.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.23%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 58 (23.05% from 255) = 67.44%
R=30.23%
G=2.33%
B=67.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal262580.550.9700.77265.7193.3311.76
Hex1A23A376104D10a5dc
Octal3227267141011541213514
Binary110101011101011011111000010100110110000101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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