#1A0037

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

Shades of Blackcurrant #1A0037

Tints of Blackcurrant #1A0037

Color information

#1A0037 (or 0x1A0037) is unknown color: approx Blackcurrant. HEX triplet: 1A, 00 and 37. RGB value is (26,0,55). Sum of RGB (Red+Green+Blue) = 26+0+55=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 55 (21.88% from 255 or 67.90% from 81); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A0037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0037 is #E5FFC8. Grayscale: #0D0D0D. Windows color (decimal): -15073225 or 3604506. OLE color: 3604506.

HSL color Cylindrical-coordinate representation of color #1A0037: hue angle of 268.36º 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 #1A0037 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB26055-
CMYK0.53100.78
HSL268.36º100%10.78%-
HSV(B)268.36º100%21.57%-
XYZ1.120.53.65-
YUV14.04151.11136.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 67.90%
R=32.10%
G=0%
B=67.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal260550.53100.78268.3610010.78
Hex1A037356404E10c64b
Octal3206765144011641414413
Binary11010011011111010111001000100111010000110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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