#130525

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

Shades of Blackcurrant #130525

Tints of Blackcurrant #130525

Color information

#130525 (or 0x130525) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 25. RGB value is (19,5,37). Sum of RGB (Red+Green+Blue) = 19+5+37=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #130525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130525 is #ECFADA. Grayscale: #0C0C0C. Windows color (decimal): -15530715 or 2426131. OLE color: 2426131.

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

Color convert

RGB19537-
CMYK0.490.8600.85
HSL266.25º76.19%8.24%-
HSV(B)266.25º86.49%14.51%-
XYZ0.660.381.79-
YUV12.83141.64132.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 37 (14.84% from 255) = 60.66%
R=31.15%
G=8.20%
B=60.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal195370.490.8600.85266.2576.198.24
Hex13525315605510a4c8
Octal2354561126012541211410
Binary1001110110010111000110101100101010110000101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130525; }

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

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

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

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

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

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

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

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