#130132

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

Shades of Blackcurrant #130132

Tints of Blackcurrant #130132

Color information

#130132 (or 0x130132) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 32. RGB value is (19,1,50). Sum of RGB (Red+Green+Blue) = 19+1+50=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #130132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130132 is #ECFECD. Grayscale: #0B0B0B. Windows color (decimal): -15531726 or 3277075. OLE color: 3277075.

HSL color Cylindrical-coordinate representation of color #130132: hue angle of 262.04º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130132 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB19150-
CMYK0.620.9800.80
HSL262.04º96.08%10%-
HSV(B)262.04º98%19.61%-
XYZ0.860.393.05-
YUV11.97149.46133.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 50 (19.92% from 255) = 71.43%
R=27.14%
G=1.43%
B=71.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal191500.620.9800.80262.0496.0810
Hex131323E6205010660a
Octal2316276142012040614012
Binary10011111001011111011000100101000010000011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130132; }

 p { color: rgb(19,1,50); }

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

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

 a { background-color: rgb(19,1,50); }

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

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

 span { border-color: rgb(19,1,50); }

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