#1A0730

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

Shades of Blackcurrant #1A0730

Tints of Blackcurrant #1A0730

Color information

#1A0730 (or 0x1A0730) is unknown color: approx Blackcurrant. HEX triplet: 1A, 07 and 30. RGB value is (26,7,48). Sum of RGB (Red+Green+Blue) = 26+7+48=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0730 is #E5F8CF. Grayscale: #111111. Windows color (decimal): -15071440 or 3147546. OLE color: 3147546.

HSL color Cylindrical-coordinate representation of color #1A0730: hue angle of 267.8º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A0730 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB26748-
CMYK0.460.8500.81
HSL267.8º74.55%10.78%-
HSV(B)267.8º85.42%18.82%-
XYZ1.040.582.85-
YUV17.36145.29134.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 7 (3.12% from 255) = 8.64%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=32.10%
G=8.64%
B=59.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal267480.460.8500.81267.874.5510.78
Hex1A7302E5505110c4bb
Octal3276056125012141411313
Binary1101011111000010111010101010101000110000110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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