#1A013B

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

Shades of Blackcurrant #1A013B

Tints of Blackcurrant #1A013B

Color information

#1A013B (or 0x1A013B) is unknown color: approx Blackcurrant. HEX triplet: 1A, 01 and 3B. RGB value is (26,1,59). Sum of RGB (Red+Green+Blue) = 26+1+59=86 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.23% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A013B is #E5FEC4. Grayscale: #0E0E0E. Windows color (decimal): -15072965 or 3866906. OLE color: 3866906.

HSL color Cylindrical-coordinate representation of color #1A013B: hue angle of 265.86º 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 #1A013B is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB26159-
CMYK0.560.9800.77
HSL265.86º96.67%11.76%-
HSV(B)265.86º98.31%23.14%-
XYZ1.230.564.18-
YUV15.09152.78135.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.23%
GREEN value IS 1 (0.78% from 255) = 1.16%
BLUE value IS 59 (23.44% from 255) = 68.60%
R=30.23%
G=1.16%
B=68.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal261590.560.9800.77265.8696.6711.76
Hex1A13B386204D10a61c
Octal3217370142011541214114
Binary11010111101111100011000100100110110000101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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