#130724

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

Shades of Blackcurrant #130724

Tints of Blackcurrant #130724

Color information

#130724 (or 0x130724) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 24. RGB value is (19,7,36). Sum of RGB (Red+Green+Blue) = 19+7+36=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #130724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130724 is #ECF8DB. Grayscale: #0D0D0D. Windows color (decimal): -15530204 or 2361107. OLE color: 2361107.

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

Color convert

RGB19736-
CMYK0.470.8100.86
HSL264.83º67.44%8.43%-
HSV(B)264.83º80.56%14.12%-
XYZ0.660.421.71-
YUV13.89140.48131.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 7 (3.12% from 255) = 11.29%
BLUE value IS 36 (14.45% from 255) = 58.06%
R=30.65%
G=11.29%
B=58.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal197360.470.8100.86264.8367.448.43
Hex137242F51056109438
Octal2374457121012641110310
Binary1001111110010010111110100010101011010000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130724; }

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

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

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

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

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

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

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

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