#1A0236

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

Shades of Blackcurrant #1A0236

Tints of Blackcurrant #1A0236

Color information

#1A0236 (or 0x1A0236) is unknown color: approx Blackcurrant. HEX triplet: 1A, 02 and 36. RGB value is (26,2,54). Sum of RGB (Red+Green+Blue) = 26+2+54=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 54 (21.48% from 255 or 65.85% from 82); Max value from RGB is 54 - color contains mainly: blue. Hex color #1A0236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0236 is #E5FDC9. Grayscale: #0E0E0E. Windows color (decimal): -15072714 or 3539482. OLE color: 3539482.

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

Color convert

RGB26254-
CMYK0.520.9600.79
HSL267.69º92.86%10.98%-
HSV(B)267.69º96.3%21.18%-
XYZ1.110.533.53-
YUV15.1149.95135.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 31.71%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 54 (21.48% from 255) = 65.85%
R=31.71%
G=2.44%
B=65.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal262540.520.9600.79267.6992.8610.98
Hex1A236346004F10c5db
Octal3226664140011741413513
Binary110101011011011010011000000100111110000110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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