#1A0038

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

Shades of Blackcurrant #1A0038

Tints of Blackcurrant #1A0038

Color information

#1A0038 (or 0x1A0038) is unknown color: approx Blackcurrant. HEX triplet: 1A, 00 and 38. RGB value is (26,0,56). Sum of RGB (Red+Green+Blue) = 26+0+56=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0038 is #E5FFC7. Grayscale: #0D0D0D. Windows color (decimal): -15073224 or 3670042. OLE color: 3670042.

HSL color Cylindrical-coordinate representation of color #1A0038: hue angle of 267.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0038 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB26056-
CMYK0.54100.78
HSL267.86º100%10.98%-
HSV(B)267.86º100%21.96%-
XYZ1.140.513.78-
YUV14.16151.61136.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 31.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 68.29%
R=31.71%
G=0%
B=68.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal260560.54100.78267.8610010.98
Hex1A038366404E10c64b
Octal3207066144011641414413
Binary11010011100011011011001000100111010000110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,0,56); }

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

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

 a { background-color: rgb(26,0,56); }

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

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

 span { border-color: rgb(26,0,56); }

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