#1A0330

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

Shades of Blackcurrant #1A0330

Tints of Blackcurrant #1A0330

Color information

#1A0330 (or 0x1A0330) is unknown color: approx Blackcurrant. HEX triplet: 1A, 03 and 30. RGB value is (26,3,48). Sum of RGB (Red+Green+Blue) = 26+3+48=77 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.77% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0330 is #E5FCCF. Grayscale: #0E0E0E. Windows color (decimal): -15072464 or 3146522. OLE color: 3146522.

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

Color convert

RGB26348-
CMYK0.460.9400.81
HSL270.67º88.24%10%-
HSV(B)270.67º93.75%18.82%-
XYZ0.990.52.84-
YUV15.01146.62135.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.77%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 48 (19.14% from 255) = 62.34%
R=33.77%
G=3.90%
B=62.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal263480.460.9400.81270.6788.2410
Hex1A3302E5E05110f58a
Octal3236056136012141713012
Binary110101111000010111010111100101000110000111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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