#130231

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

Shades of Blackcurrant #130231

Tints of Blackcurrant #130231

Color information

#130231 (or 0x130231) is unknown color: approx Blackcurrant. HEX triplet: 13, 02 and 31. RGB value is (19,2,49). Sum of RGB (Red+Green+Blue) = 19+2+49=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #130231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130231 is #ECFDCE. Grayscale: #0C0C0C. Windows color (decimal): -15531471 or 3211795. OLE color: 3211795.

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

Color convert

RGB19249-
CMYK0.610.9600.81
HSL261.7º92.16%10%-
HSV(B)261.7º95.92%19.22%-
XYZ0.840.42.94-
YUV12.44148.63132.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 49 (19.53% from 255) = 70%
R=27.14%
G=2.86%
B=70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal192490.610.9600.81261.792.1610
Hex132313D600511065ca
Octal2326175140012140613412
Binary100111011000111110111000000101000110000011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130231; }

 p { color: rgb(19,2,49); }

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

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

 a { background-color: rgb(19,2,49); }

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

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

 span { border-color: rgb(19,2,49); }

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