#1A013A

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

Shades of Blackcurrant #1A013A

Tints of Blackcurrant #1A013A

Color information

#1A013A (or 0x1A013A) is unknown color: approx Blackcurrant. HEX triplet: 1A, 01 and 3A. RGB value is (26,1,58). Sum of RGB (Red+Green+Blue) = 26+1+58=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A013A is #E5FEC5. Grayscale: #0E0E0E. Windows color (decimal): -15072966 or 3801370. OLE color: 3801370.

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

Color convert

RGB26158-
CMYK0.550.9800.77
HSL266.32º96.61%11.57%-
HSV(B)266.32º98.28%22.75%-
XYZ1.20.554.05-
YUV14.97152.28135.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.59%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 58 (23.05% from 255) = 68.24%
R=30.59%
G=1.18%
B=68.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal261580.550.9800.77266.3296.6111.57
Hex1A13A376204D10a61c
Octal3217267142011541214114
Binary11010111101011011111000100100110110000101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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