#1A073A

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

Shades of Blackcurrant #1A073A

Tints of Blackcurrant #1A073A

Color information

#1A073A (or 0x1A073A) is unknown color: approx Blackcurrant. HEX triplet: 1A, 07 and 3A. RGB value is (26,7,58). Sum of RGB (Red+Green+Blue) = 26+7+58=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 58 (23.05% from 255 or 63.74% from 91); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A073A is #E5F8C5. Grayscale: #121212. Windows color (decimal): -15071430 or 3802906. OLE color: 3802906.

HSL color Cylindrical-coordinate representation of color #1A073A: hue angle of 262.35º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A073A is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB26758-
CMYK0.550.8800.77
HSL262.35º78.46%12.75%-
HSV(B)262.35º87.93%22.75%-
XYZ1.270.684.07-
YUV18.49150.29133.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.57%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 58 (23.05% from 255) = 63.74%
R=28.57%
G=7.69%
B=63.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal267580.550.8800.77262.3578.4612.75
Hex1A73A375804D1064ed
Octal3277267130011540611615
Binary1101011111101011011110110000100110110000011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,7,58); }

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

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

 a { background-color: rgb(26,7,58); }

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

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

 span { border-color: rgb(26,7,58); }

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