#130324

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

Shades of Blackcurrant #130324

Tints of Blackcurrant #130324

Color information

#130324 (or 0x130324) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 24. RGB value is (19,3,36). Sum of RGB (Red+Green+Blue) = 19+3+36=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 36 (14.45% from 255 or 62.07% from 58); Max value from RGB is 36 - color contains mainly: blue. Hex color #130324 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130324 is #ECFCDB. Grayscale: #0B0B0B. Windows color (decimal): -15531228 or 2360083. OLE color: 2360083.

HSL color Cylindrical-coordinate representation of color #130324: hue angle of 269.09º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130324 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB19336-
CMYK0.470.9200.86
HSL269.09º84.62%7.65%-
HSV(B)269.09º91.67%14.12%-
XYZ0.620.331.7-
YUV11.55141.8133.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 32.76%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 36 (14.45% from 255) = 62.07%
R=32.76%
G=5.17%
B=62.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal193360.470.9200.86269.0984.627.65
Hex133242F5C05610d558
Octal2334457134012641512510
Binary100111110010010111110111000101011010000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130324; }

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

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

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

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

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

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

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

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