#130427

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

Shades of Blackcurrant #130427

Tints of Blackcurrant #130427

Color information

#130427 (or 0x130427) is unknown color: approx Blackcurrant. HEX triplet: 13, 04 and 27. RGB value is (19,4,39). Sum of RGB (Red+Green+Blue) = 19+4+39=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 39 (15.62% from 255 or 62.90% from 62); Max value from RGB is 39 - color contains mainly: blue. Hex color #130427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130427 is #ECFBD8. Grayscale: #0C0C0C. Windows color (decimal): -15530969 or 2556947. OLE color: 2556947.

HSL color Cylindrical-coordinate representation of color #130427: hue angle of 265.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 #130427 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB19439-
CMYK0.510.9000.85
HSL265.71º81.4%8.43%-
HSV(B)265.71º89.74%15.29%-
XYZ0.680.371.96-
YUV12.48142.97132.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 4 (1.95% from 255) = 6.45%
BLUE value IS 39 (15.62% from 255) = 62.90%
R=30.65%
G=6.45%
B=62.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal194390.510.9000.85265.7181.48.43
Hex13427335A05510a518
Octal2344763132012541212110
Binary1001110010011111001110110100101010110000101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130427; }

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

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

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

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

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

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

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

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