#130521

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

Shades of Blackcurrant #130521

Tints of Blackcurrant #130521

Color information

#130521 (or 0x130521) is unknown color: approx Blackcurrant. HEX triplet: 13, 05 and 21. RGB value is (19,5,33). Sum of RGB (Red+Green+Blue) = 19+5+33=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #130521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130521 is #ECFADE. Grayscale: #0C0C0C. Windows color (decimal): -15530719 or 2163987. OLE color: 2163987.

HSL color Cylindrical-coordinate representation of color #130521: hue angle of 270º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130521 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB19533-
CMYK0.420.8500.87
HSL270º73.68%7.45%-
HSV(B)270º84.85%12.94%-
XYZ0.60.361.48-
YUV12.38139.64132.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 33 (13.28% from 255) = 57.89%
R=33.33%
G=8.77%
B=57.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal195330.420.8500.8727073.687.45
Hex135212A5505710e4a7
Octal235415212501274161127
Binary100111011000011010101010101010101111000011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130521; }

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

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

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

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

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

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

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

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