#1A0135

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

Shades of Blackcurrant #1A0135

Tints of Blackcurrant #1A0135

Color information

#1A0135 (or 0x1A0135) is unknown color: approx Blackcurrant. HEX triplet: 1A, 01 and 35. RGB value is (26,1,53). Sum of RGB (Red+Green+Blue) = 26+1+53=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #1A0135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0135 is #E5FECA. Grayscale: #0E0E0E. Windows color (decimal): -15072971 or 3473690. OLE color: 3473690.

HSL color Cylindrical-coordinate representation of color #1A0135: hue angle of 268.85º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0135 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB26153-
CMYK0.510.9800.79
HSL268.85º96.3%10.59%-
HSV(B)268.85º98.11%20.78%-
XYZ1.080.53.41-
YUV14.4149.78136.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.5%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 53 (21.09% from 255) = 66.25%
R=32.5%
G=1.25%
B=66.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal261530.510.9800.79268.8596.310.59
Hex1A135336204F10d60b
Octal3216563142011741514013
Binary11010111010111001111000100100111110000110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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