#1A0427

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

Shades of Blackcurrant #1A0427

Tints of Blackcurrant #1A0427

Color information

#1A0427 (or 0x1A0427) is unknown color: approx Blackcurrant. HEX triplet: 1A, 04 and 27. RGB value is (26,4,39). Sum of RGB (Red+Green+Blue) = 26+4+39=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #1A0427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0427 is #E5FBD8. Grayscale: #0E0E0E. Windows color (decimal): -15072217 or 2556954. OLE color: 2556954.

HSL color Cylindrical-coordinate representation of color #1A0427: hue angle of 277.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0427 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB26439-
CMYK0.330.9000.85
HSL277.71º81.4%8.43%-
HSV(B)277.71º89.74%15.29%-
XYZ0.840.451.96-
YUV14.57141.79136.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.68%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=37.68%
G=5.80%
B=56.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal264390.330.9000.85277.7181.48.43
Hex1A427215A055116518
Octal3244741132012542612110
Binary1101010010011110000110110100101010110001011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,4,39); }

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

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

 a { background-color: rgb(26,4,39); }

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

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

 span { border-color: rgb(26,4,39); }

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