#1A091F

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

Shades of Blackcurrant #1A091F

Tints of Blackcurrant #1A091F

Color information

#1A091F (or 0x1A091F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 09 and 1F. RGB value is (26,9,31). Sum of RGB (Red+Green+Blue) = 26+9+31=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A091F is #E5F6E0. Grayscale: #101010. Windows color (decimal): -15070945 or 2033946. OLE color: 2033946.

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

Color convert

RGB26931-
CMYK0.160.7100.88
HSL286.36º55%7.84%-
HSV(B)286.36º70.97%12.16%-
XYZ0.770.511.35-
YUV16.59136.13134.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 39.39%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 31 (12.5% from 255) = 46.97%
R=39.39%
G=13.64%
B=46.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal269310.160.7100.88286.36557.84
Hex1A91F104705811e378
Octal3211372010701304366710
Binary11010100111111100001000111010110001000111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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