#130725

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

Shades of Blackcurrant #130725

Tints of Blackcurrant #130725

Color information

#130725 (or 0x130725) is unknown color: approx Blackcurrant. HEX triplet: 13, 07 and 25. RGB value is (19,7,37). Sum of RGB (Red+Green+Blue) = 19+7+37=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #130725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130725 is #ECF8DA. Grayscale: #0D0D0D. Windows color (decimal): -15530203 or 2426643. OLE color: 2426643.

HSL color Cylindrical-coordinate representation of color #130725: hue angle of 264º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #130725 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB19737-
CMYK0.490.8100.85
HSL264º68.18%8.63%-
HSV(B)264º81.08%14.51%-
XYZ0.680.421.8-
YUV14.01140.98131.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=30.16%
G=11.11%
B=58.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal197370.490.8100.8526468.188.63
Hex137253151055108449
Octal2374561121012541010411
Binary1001111110010111000110100010101010110000100010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130725; }

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

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

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

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

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

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

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

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