#130332

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

Shades of Blackcurrant #130332

Tints of Blackcurrant #130332

Color information

#130332 (or 0x130332) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 32. RGB value is (19,3,50). Sum of RGB (Red+Green+Blue) = 19+3+50=72 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.39% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #130332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130332 is #ECFCCD. Grayscale: #0C0C0C. Windows color (decimal): -15531214 or 3277587. OLE color: 3277587.

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

Color convert

RGB19350-
CMYK0.620.9400.80
HSL260.43º88.68%10.39%-
HSV(B)260.43º94%19.61%-
XYZ0.880.433.06-
YUV13.14148.8132.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.39%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 50 (19.92% from 255) = 69.44%
R=26.39%
G=4.17%
B=69.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal193500.620.9400.80260.4388.6810.39
Hex133323E5E05010459a
Octal2336276136012040413112
Binary100111111001011111010111100101000010000010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130332; }

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

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

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

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

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

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

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

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