#1A0130

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

Shades of Blackcurrant #1A0130

Tints of Blackcurrant #1A0130

Color information

#1A0130 (or 0x1A0130) is unknown color: approx Blackcurrant. HEX triplet: 1A, 01 and 30. RGB value is (26,1,48). Sum of RGB (Red+Green+Blue) = 26+1+48=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #1A0130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0130 is #E5FECF. Grayscale: #0D0D0D. Windows color (decimal): -15072976 or 3146010. OLE color: 3146010.

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

Color convert

RGB26148-
CMYK0.460.9800.81
HSL271.91º95.92%9.61%-
HSV(B)271.91º97.92%18.82%-
XYZ0.970.452.83-
YUV13.83147.28136.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 48 (19.14% from 255) = 64%
R=34.67%
G=1.33%
B=64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal261480.460.9800.81271.9195.929.61
Hex1A1302E6205111060a
Octal3216056142012142014012
Binary11010111000010111011000100101000110001000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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