#1A051F

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

Shades of Blackcurrant #1A051F

Tints of Blackcurrant #1A051F

Color information

#1A051F (or 0x1A051F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 05 and 1F. RGB value is (26,5,31). Sum of RGB (Red+Green+Blue) = 26+5+31=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A051F is #E5FAE0. Grayscale: #0E0E0E. Windows color (decimal): -15071969 or 2032922. OLE color: 2032922.

HSL color Cylindrical-coordinate representation of color #1A051F: hue angle of 288.46º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A051F is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB26531-
CMYK0.160.8400.88
HSL288.46º72.22%7.06%-
HSV(B)288.46º83.87%12.16%-
XYZ0.730.431.34-
YUV14.24137.46136.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.94%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 31 (12.5% from 255) = 50%
R=41.94%
G=8.06%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal265310.160.8400.88288.4672.227.06
Hex1A51F1054058120487
Octal325372012401304401107
Binary1101010111111100001010100010110001001000001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,5,31); }

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

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

 a { background-color: rgb(26,5,31); }

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

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

 span { border-color: rgb(26,5,31); }

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